Type Alias TSMessageEmbedCreateNestedOneWithoutFieldsInput

TSMessageEmbedCreateNestedOneWithoutFieldsInput: {
    connect?: TSMessageEmbedWhereUniqueInput;
    connectOrCreate?: TSMessageEmbedCreateOrConnectWithoutFieldsInput;
    create?: XOR<TSMessageEmbedCreateWithoutFieldsInput, TSMessageEmbedUncheckedCreateWithoutFieldsInput>;
}