DisBot
    Preparing search index...

    Type Alias UsersCreateWithoutVanitysInput

    type UsersCreateWithoutVanitysInput = {
        Apis?: ApisCreateNestedManyWithoutUsersInput;
        BackupCount?: number;
        CustomerBots?: number;
        GloablVotes?: number;
        GuildBackups?: GuildBackupsCreateNestedManyWithoutUsersInput;
        LastVote?: Date | string | null;
        Levels?: LevelsCreateNestedManyWithoutUsersInput;
        UserId: string;
        Username: string;
        Votes?: number;
    }
    Index

    Properties

    BackupCount?: number
    CustomerBots?: number
    GloablVotes?: number
    LastVote?: Date | string | null
    UserId: string
    Username: string
    Votes?: number