Type Alias WSCurrentlyLive$whatnotStreamerArgs<ExtArgs>

WSCurrentlyLive$whatnotStreamerArgs<ExtArgs>: {
    include?: WhatnotStreamerInclude<ExtArgs> | null;
    omit?: WhatnotStreamerOmit<ExtArgs> | null;
    select?: WhatnotStreamerSelect<ExtArgs> | null;
    where?: WhatnotStreamerWhereInput;
}

WSCurrentlyLive.whatnotStreamer

Type Parameters

Type declaration