Type Alias UserTwitchAccountDefaultArgs<ExtArgs>

UserTwitchAccountDefaultArgs<ExtArgs>: {
    include?: UserTwitchAccountInclude<ExtArgs> | null;
    omit?: UserTwitchAccountOmit<ExtArgs> | null;
    select?: UserTwitchAccountSelect<ExtArgs> | null;
}

UserTwitchAccount without action

Type Parameters

Type declaration