Type Alias UserPremium$userArgs<ExtArgs>

UserPremium$userArgs<ExtArgs>: {
    include?: UserInclude<ExtArgs> | null;
    omit?: UserOmit<ExtArgs> | null;
    select?: UserSelect<ExtArgs> | null;
    where?: UserWhereInput;
}

UserPremium.user

Type Parameters

Type declaration