Type Alias RSCustomMessageCreateNestedOneWithoutEmbedInput

RSCustomMessageCreateNestedOneWithoutEmbedInput: {
    connect?: RSCustomMessageWhereUniqueInput;
    connectOrCreate?: RSCustomMessageCreateOrConnectWithoutEmbedInput;
    create?: XOR<RSCustomMessageCreateWithoutEmbedInput, RSCustomMessageUncheckedCreateWithoutEmbedInput>;
}