Type Alias WhatnotStreamerUpdateToOneWithWhereWithoutCustomMessagesInput

WhatnotStreamerUpdateToOneWithWhereWithoutCustomMessagesInput: {
    data: XOR<WhatnotStreamerUpdateWithoutCustomMessagesInput, WhatnotStreamerUncheckedUpdateWithoutCustomMessagesInput>;
    where?: WhatnotStreamerWhereInput;
}