Type Alias ClientTwitchDefaultArgs<ExtArgs>

ClientTwitchDefaultArgs<ExtArgs>: {
    include?: ClientTwitchInclude<ExtArgs> | null;
    omit?: ClientTwitchOmit<ExtArgs> | null;
    select?: ClientTwitchSelect<ExtArgs> | null;
}

ClientTwitch without action

Type Parameters

Type declaration