UNPKG

@alexaegis/common

Version:

Common utility functions

3 lines 150 B
export type SimpleObjectKey = string | number; export type Struct<T = unknown> = Record<SimpleObjectKey, T>; //# sourceMappingURL=struct.type.d.ts.map