UNPKG

@strapi/types

Version:

Shared typescript types for Strapi internal use

4 lines 161 B
export type StringNotation = string; export type ArrayNotation = string[]; export type Any = StringNotation | ArrayNotation; //# sourceMappingURL=locale.d.ts.map