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

4 lines
59 B
TypeScript

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