Type Alias WhatnotStreamerCreateOrConnectWithoutCustomMessagesInput

WhatnotStreamerCreateOrConnectWithoutCustomMessagesInput: {
    create: XOR<WhatnotStreamerCreateWithoutCustomMessagesInput, WhatnotStreamerUncheckedCreateWithoutCustomMessagesInput>;
    where: WhatnotStreamerWhereUniqueInput;
}