InviteCreateDTO

interface InviteCreateDTO {
    email: string;
}

Properties

Properties

email: string

InviteCreateDTO