UNPKG

@strapi/types

Version:

Shared typescript types for Strapi internal use

8 lines 205 B
export interface AdminInput { register: unknown; bootstrap?: unknown; registerTrads: ({ locales }: { locales: string[]; }) => Promise<unknown>; } //# sourceMappingURL=index.d.ts.map