- Ukraine
-
19:22
(UTC +02:00)
Highlights
- Pro
Pinned Loading
-
-
-
-
-
[ts+prisma] dynamic response - overl...
[ts+prisma] dynamic response - overload.ts 1export type Conditional<T extends boolean, A1, A2> = T extends true ? A1 : A2;
2export type Argument<Fn extends (args: any) => any> = Parameters<Fn>[0];
34//-----
5private UpdateMethodType: typeof this.prisma.articleVersion.update;
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.