UNPKG

@churchapps/apihelper

Version:

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

12 lines 248 B
export interface IPermission { contentType: string; action: string; apiName?: string; } export interface IEmailPayload { from: string; to: string; subject: string; body: string; } //# sourceMappingURL=Interfaces.d.ts.map