Type Alias UserPremiumFindUniqueOrThrowArgs<ExtArgs>

UserPremiumFindUniqueOrThrowArgs<ExtArgs>: {
    include?: UserPremiumInclude<ExtArgs> | null;
    omit?: UserPremiumOmit<ExtArgs> | null;
    select?: UserPremiumSelect<ExtArgs> | null;
    where: UserPremiumWhereUniqueInput;
}

UserPremium findUniqueOrThrow

Type Parameters

Type declaration