UNPKG

strapi-plugin-gen-types

Version:

Generate types for the different collections, single types & components found in your application

14 lines (13 loc) 269 B
declare const _default: { register(app: any): void; registerTrads({ locales }: { locales: string[]; }): Promise<({ data: any; locale: string; } | { data: {}; locale: string; })[]>; }; export default _default;