@strapi/types
Version:
Shared typescript types for Strapi internal use
23 lines • 736 B
TypeScript
export type * from './blocks';
export type * from './biginteger';
export type * from './boolean';
export type * from './component';
export type * from './date-time';
export type * from './date';
export type * from './decimal';
export type * from './dynamic-zone';
export type * from './email';
export type * from './enumeration';
export type * from './float';
export type * from './integer';
export type * from './json';
export type * from './media';
export type * from './password';
export type * from './relation';
export type * from './richtext';
export type * from './string';
export type * from './text';
export type * from './time';
export type * from './timestamp';
export type * from './uid';
//# sourceMappingURL=index.d.ts.map