Skip to content

feat: kysely 적용 #101

feat: kysely 적용

feat: kysely 적용 #101

Triggered via pull request August 14, 2023 00:58
@scarf005scarf005
synchronize #670
kysely
Status Failure
Total duration 48s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Test PR
Cannot find module 'kysely' or its corresponding type declarations.
Test PR
Cannot find module 'kysely' or its corresponding type declarations.
Test PR
Parameter 'event' implicitly has an 'any' type.
Test PR
Cannot find module 'kysely' or its corresponding type declarations.
Test PR
Type '({ query }: { query: { page: number; limit: number; query?: string | undefined; type?: "user" | "title" | "callsign" | undefined; }; headers: IncomingHttpHeaders; } & { req: TsRestRequest<...>; res: Response<...>; }) => Promise<...>' is not assignable to type 'AppRouteQueryImplementation<{ description: "사서가 전체 대출 기록을 가져온다."; query: ZodObject<{ query: ZodOptional<ZodString>; type: ZodOptional<ZodEnum<["user", "title", "callsign"]>>; page: ZodDefault<...>; limit: ZodDefault<...>; }, "strip", ZodTypeAny, { ...; }, { ...; }>; responses: { ...; }; method: "GET"; path: "/api/v2...'.
Test PR
Cannot find module 'kysely' or its corresponding type declarations.
Test PR
Binding element 'eb' implicitly has an 'any' type.
Test PR
Binding element 'ref' implicitly has an 'any' type.
Test PR
Binding element 'ref' implicitly has an 'any' type.
Test PR
Binding element 'selectFrom' implicitly has an 'any' type.