UNPKG

@scalar/types

Version:

Types to work with Scalar packages

6 lines 233 B
/** * Represents an object with string keys and unknown values. * Useful for handling objects with dynamic or unknown value types. */ export type UnknownObject = Record<string, unknown>; //# sourceMappingURL=utility-types.d.ts.map