Interface EmailList

interface EmailList {
    email: string;
    leaveTypes?: string[];
}

Properties

Properties

email: string

comma seperated emails. Emails do not need to be registered with absence..

leaveTypes?: string[]

reason ids for which notifications will be sent to the attached email if an absence is createed, deleted, or an update is approved

Generated using TypeDoc