UNPKG

@churchapps/apihelper

Version:

Library of helper functions not specific to any one ChurchApps project or framework.

31 lines 638 B
export declare class BasePermissions { static forms: { admin: { contentType: string; action: string; }; edit: { contentType: string; action: string; }; }; static links: { edit: { contentType: string; action: string; }; }; static pages: { edit: { contentType: string; action: string; }; }; static settings: { edit: { contentType: string; action: string; }; }; } //# sourceMappingURL=BasePermissions.d.ts.map