UNPKG

@idfy/sdk

Version:
10 lines (9 loc) 204 B
export interface NotificationLogItem { sentTimeStamp?: string; title?: string; text?: string; messageType?: string; status?: string; fromAddress?: string; receiver?: string; }