UNPKG

@strapi/data-transfer

Version:

Data transfer capabilities for Strapi

5 lines 112 B
export interface ITransferTokenAuth { type: 'token'; token: string; } //# sourceMappingURL=auth.d.ts.map