UNPKG

@strapi/types

Version:

Shared typescript types for Strapi internal use

5 lines 128 B
/** * A type used as the identifier for an entry. */ export type ID = string | number; //# sourceMappingURL=constants.d.ts.map