Type Alias WhatnotStreamerDefaultArgs<ExtArgs>

WhatnotStreamerDefaultArgs<ExtArgs>: {
    include?: WhatnotStreamerInclude<ExtArgs> | null;
    omit?: WhatnotStreamerOmit<ExtArgs> | null;
    select?: WhatnotStreamerSelect<ExtArgs> | null;
}

WhatnotStreamer without action

Type Parameters

Type declaration