Files
pole-book/server/node_modules/@strapi/data-transfer/dist/utils/providers.d.ts

4 lines
245 B
TypeScript

import type { Core } from '@strapi/types';
export type ValidStrapiAssertion = (strapi: unknown, msg?: string) => asserts strapi is Core.Strapi;
export declare const assertValidStrapi: ValidStrapiAssertion;
//# sourceMappingURL=providers.d.ts.map