Type Alias WhatnotStreamerUpsertArgs<ExtArgs>

WhatnotStreamerUpsertArgs<ExtArgs>: {
    create: XOR<WhatnotStreamerCreateInput, WhatnotStreamerUncheckedCreateInput>;
    include?: WhatnotStreamerInclude<ExtArgs> | null;
    omit?: WhatnotStreamerOmit<ExtArgs> | null;
    select?: WhatnotStreamerSelect<ExtArgs> | null;
    update: XOR<WhatnotStreamerUpdateInput, WhatnotStreamerUncheckedUpdateInput>;
    where: WhatnotStreamerWhereUniqueInput;
}

WhatnotStreamer upsert

Type Parameters

Type declaration