Type Alias TwitchGameDefaultArgs<ExtArgs>

TwitchGameDefaultArgs<ExtArgs>: {
    omit?: TwitchGameOmit<ExtArgs> | null;
    select?: TwitchGameSelect<ExtArgs> | null;
}

TwitchGame without action

Type Parameters

Type declaration