Cygni_backend/node_modules/@tsoa/cli/dist/utils/unspecifiedObject.d.ts

4 lines
65 B
TypeScript

export type UnspecifiedObject = {
[key: string]: unknown;
};