tambahannya
This commit is contained in:
5
generated/prisma/runtime/library.d.ts
vendored
5
generated/prisma/runtime/library.d.ts
vendored
@@ -161,6 +161,11 @@ declare interface BinaryTargetsEnvValue {
|
||||
native?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
* Equivalent to `Uint8Array` before TypeScript 5.7, and `Uint8Array<ArrayBuffer>` in TypeScript 5.7 and beyond.
|
||||
*/
|
||||
export declare type Bytes = ReturnType<Uint8Array['slice']>;
|
||||
|
||||
export declare type Call<F extends Fn, P> = (F & {
|
||||
params: P;
|
||||
})['returns'];
|
||||
|
||||
Reference in New Issue
Block a user