UNPKG

@strapi/types

Version:

Shared typescript types for Strapi internal use

13 lines 299 B
/** * Static definitions of a namespace + utils */ export type * as Namespace from './namespace'; /** * Static definitions of a UID */ export type * as UID from './uid'; /** * Registry utilities (Keys, etc...) */ export type * as Registry from './registry'; //# sourceMappingURL=index.d.ts.map