Type Alias RSMessageEmbedCreateNestedOneWithoutFieldsInput

RSMessageEmbedCreateNestedOneWithoutFieldsInput: {
    connect?: RSMessageEmbedWhereUniqueInput;
    connectOrCreate?: RSMessageEmbedCreateOrConnectWithoutFieldsInput;
    create?: XOR<RSMessageEmbedCreateWithoutFieldsInput, RSMessageEmbedUncheckedCreateWithoutFieldsInput>;
}