export InviteSendDeets

interface InviteSendDeets {
    object?: null | string;
    subject?: null | string;
    template_id?: null | string;
    token?: null | string;
}

Properties

object?: null | string
subject?: null | string
template_id?: null | string
token?: null | string