* suffix all old references to types now extending Api
with `['resp…
#40
Annotations
10 errors
Run yarn run vue-tsc
Expected 2 arguments, but got 1.
|
Run yarn run vue-tsc
Type '{ response: { pages: { currentCursor: string; nextCursor: string; hasMore: boolean; matchQueryPostCount: { reply: number; subReply: number; thread: number; }; notMatchQueryParentPostCount: {}; }; type: "search" | "index"; forum: { ...; }; threads: { ...; }[]; users: { ...; }[]; }; queryParam: { ...; }; }[]' is not assignable to type '(CursorPagination & { pages: { matchQueryPostCount: { reply: number; subReply: number; thread: number; }; notMatchQueryParentPostCount: {}; }; type: "search" | "index"; forum: Pick<...>; threads: (Thread & { ...; })[]; users: User[]; })[]'.
|
Run yarn run vue-tsc
Property 'pages' does not exist on type '{ response: { pages: { currentCursor: string; nextCursor: string; hasMore: boolean; matchQueryPostCount: { reply: number; subReply: number; thread: number; }; notMatchQueryParentPostCount: {}; }; type: "search" | "index"; forum: { ...; }; threads: { ...; }[]; users: { ...; }[]; }; queryParam: { ...; }; }'.
|
Run yarn run vue-tsc
Type '{ response: { pages: { currentCursor: string; nextCursor: string; hasMore: boolean; matchQueryPostCount: { reply: number; subReply: number; thread: number; }; notMatchQueryParentPostCount: {}; }; type: "search" | "index"; forum: { ...; }; threads: { ...; }[]; users: { ...; }[]; }; queryParam: { ...; }; }' is not assignable to type 'CursorPagination & { pages: { matchQueryPostCount: { reply: number; subReply: number; thread: number; }; notMatchQueryParentPostCount: {}; }; type: "search" | "index"; forum: Pick<...>; threads: (Thread & { ...; })[]; users: User[]; }'.
|
Run yarn run vue-tsc
Type '{ errorCode: number; errorInfo: string | Record<string, unknown[]>; }' is not assignable to type 'ApiErrorClass | null'.
|
Run yarn run vue-tsc
Module '"@/api"' has no exported member 'apiPosts'.
|
Run yarn run vue-tsc
Property 'forum' does not exist on type '{ response: { pages: { currentCursor: string; nextCursor: string; hasMore: boolean; matchQueryPostCount: { reply: number; subReply: number; thread: number; }; notMatchQueryParentPostCount: {}; }; type: "search" | "index"; forum: { ...; }; threads: { ...; }[]; users: { ...; }[]; }; queryParam: { ...; }; }'.
|
Run yarn run vue-tsc
Property 'threads' does not exist on type '{ response: { pages: { currentCursor: string; nextCursor: string; hasMore: boolean; matchQueryPostCount: { reply: number; subReply: number; thread: number; }; notMatchQueryParentPostCount: {}; }; type: "search" | "index"; forum: { ...; }; threads: { ...; }[]; users: { ...; }[]; }; queryParam: { ...; }; }'.
|
Run yarn run vue-tsc
Property 'pages' does not exist on type '{ response: { pages: { currentCursor: string; nextCursor: string; hasMore: boolean; matchQueryPostCount: { reply: number; subReply: number; thread: number; }; notMatchQueryParentPostCount: {}; }; type: "search" | "index"; forum: { ...; }; threads: { ...; }[]; users: { ...; }[]; }; queryParam: { ...; }; }'.
|
Run yarn run vue-tsc
Property 'fid' does not exist on type '{ id: number; fid: number; name: string; isCrawling: BoolInt; }[]'. Did you mean 'find'?
|
The logs for this run have expired and are no longer available.
Loading