interface InviteUserFormData {
    emailAddress: string;
}

Properties

Properties

emailAddress: string

Generated using TypeDoc