UNPKG

@churchapps/apihelper

Version:

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

2 lines 178 B
export interface IPermission { contentType: string; action: string; apiName?: string } export interface IEmailPayload { from: string, to: string, subject: string, body: string }