oak-backend-base/lib/polyfill.d.ts

4 lines
67 B
TypeScript

export declare type GenerateIdOption = {
shuffle?: boolean;
};