UNPKG

@churchapps/apihelper

Version:

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

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