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