UNPKG

@becomes/cms-cloud-client

Version:

SDK for accessing BCMS Cloud API

8 lines (7 loc) 282 B
import { FSDBEntity } from '@becomes/purple-cheetah-mod-fsdb/types'; import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface EmailBounce extends FSDBEntity { emailHash: string; err: string; } export declare const EmailBounceSchema: ObjectSchema;