@localazy/strapi-plugin
Version:
The official Strapi Plugin by Localazy.
37 lines (36 loc) • 789 B
TypeScript
declare const _default: {
'content-api': {
routes: {
method: string;
path: string;
handler: string;
config: {
policies: any[];
};
}[];
};
admin: {
type: string;
routes: {
method: string;
path: string;
handler: string;
config: {
policies: any[];
};
}[];
};
LocalazyPublicTransferRoutes: {
routes: {
method: string;
path: string;
handler: string;
config: {
policies: any[];
auth: boolean;
middlewares: string[];
};
}[];
};
};
export default _default;