Type Alias WhatnotStreamerFindUniqueOrThrowArgs<ExtArgs>

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

WhatnotStreamer findUniqueOrThrow

Type Parameters

Type declaration