Type Alias ClientTwitchInclude<ExtArgs>

ClientTwitchInclude<ExtArgs>: {
    client?: boolean | ClientDefaultArgs<ExtArgs>;
}

Type Parameters