interface InternalDraftMails {
    user: {
        draftMails: ({} & {})[];
    };
}

Properties

Properties

user: {
    draftMails: ({} & {})[];
}