Type Alias WhatnotStreamerCreateNestedOneWithoutCustomMessagesInput

WhatnotStreamerCreateNestedOneWithoutCustomMessagesInput: {
    connect?: WhatnotStreamerWhereUniqueInput;
    connectOrCreate?: WhatnotStreamerCreateOrConnectWithoutCustomMessagesInput;
    create?: XOR<WhatnotStreamerCreateWithoutCustomMessagesInput, WhatnotStreamerUncheckedCreateWithoutCustomMessagesInput>;
}