← Back
Editing: basic.d.ts
export type AnyObject = Record<string, unknown>; export type EmptyObject = Record<string, never>;
Save File
Cancel