strapi-plugin-logz
Version:
Automatically capture and record the API calls made to your Strapi application
58 lines (57 loc) • 1.62 kB
TypeScript
declare const _default: {
logz: {
schema: {
kind: string;
collectionName: string;
info: {
displayName: string;
singularName: string;
pluralName: string;
description: string;
};
options: {
draftAndPublish: boolean;
timestamps: boolean;
};
pluginOptions: {
"content-manager": {
visible: boolean;
};
"content-type-builder": {
visible: boolean;
};
};
attributes: {
action: {
configurable: boolean;
type: string;
required: boolean;
};
method: {
type: string;
required: boolean;
configurable: boolean;
};
url: {
type: string;
configurable: boolean;
};
statusCode: {
configurable: boolean;
type: string;
};
user: {
configurable: boolean;
type: string;
relation: string;
target: string;
};
data: {
configurable: boolean;
type: string;
};
};
};
};
};
export default _default;