Type Alias UserSelectCreateManyAndReturn<ExtArgs>

UserSelectCreateManyAndReturn<ExtArgs>: GetSelect<{
    badges?: boolean;
    bitfield?: boolean;
    blacklisted?: boolean;
    dbId?: boolean;
    email?: boolean;
    lastVoted?: boolean;
    locale?: boolean;
    oneServerPremium?: boolean;
    serverPremiumCooldown?: boolean;
    userId?: boolean;
    username?: boolean;
    votes?: boolean;
}, ExtArgs["result"]["user"]>

Type Parameters