Type Alias KSStatsChannelId$kickStreamerArgs<ExtArgs>

KSStatsChannelId$kickStreamerArgs<ExtArgs>: {
    include?: KickStreamerInclude<ExtArgs> | null;
    omit?: KickStreamerOmit<ExtArgs> | null;
    select?: KickStreamerSelect<ExtArgs> | null;
    where?: KickStreamerWhereInput;
}

KSStatsChannelId.kickStreamer

Type Parameters

Type declaration