@strapi/provider-audit-logs-local
Version:
Local provider for strapi audit logs
43 lines • 1.03 kB
TypeScript
declare const _default: {
schema: {
kind: string;
collectionName: string;
info: {
singularName: string;
pluralName: string;
displayName: string;
};
options: {
draftAndPublish: boolean;
timestamps: boolean;
};
pluginOptions: {
'content-manager': {
visible: boolean;
};
'content-type-builder': {
visible: boolean;
};
};
attributes: {
action: {
type: string;
required: boolean;
};
date: {
type: string;
required: boolean;
};
user: {
type: string;
relation: string;
target: string;
};
payload: {
type: string;
};
};
};
};
export default _default;
//# sourceMappingURL=index.d.ts.map