export type AptlyNotificationTrigger = AptlyNotificationTriggerSchema; export interface AptlyNotificationTriggerSchema { _id: ID; _type: string; period: ID; time: DATE; sent: boolean; sentTime: DATE; }