Type Alias TWSMessageEmbedCreateNestedOneWithoutFieldsInput

TWSMessageEmbedCreateNestedOneWithoutFieldsInput: {
    connect?: TWSMessageEmbedWhereUniqueInput;
    connectOrCreate?: TWSMessageEmbedCreateOrConnectWithoutFieldsInput;
    create?: XOR<TWSMessageEmbedCreateWithoutFieldsInput, TWSMessageEmbedUncheckedCreateWithoutFieldsInput>;
}