UNPKG

@alexaegis/common

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