UNPKG

@churchapps/apihelper

Version:

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

7 lines (6 loc) 152 B
export class ErrorLog { public application?: string; public level?: string; public message?: string; public additionalDetails?: string; }