Type Alias WSCustomMessageCreateNestedOneWithoutButtonsInput

WSCustomMessageCreateNestedOneWithoutButtonsInput: {
    connect?: WSCustomMessageWhereUniqueInput;
    connectOrCreate?: WSCustomMessageCreateOrConnectWithoutButtonsInput;
    create?: XOR<WSCustomMessageCreateWithoutButtonsInput, WSCustomMessageUncheckedCreateWithoutButtonsInput>;
}