@deep/nest-kit
    Preparing search index...

    Interface SendInvitationEmailOptions

    interface SendInvitationEmailOptions {
        email: string;
        fullName: string;
        organizationLogoUrl?: string;
        organizationTitle?: string;
        password: string;
        roleTitle: string;
        userId: string;
    }
    Index

    Properties

    email: string
    fullName: string
    organizationLogoUrl?: string
    organizationTitle?: string
    password: string
    roleTitle: string
    userId: string