Type Alias GuildMessageEmbedCreateNestedOneWithoutFieldsInput

GuildMessageEmbedCreateNestedOneWithoutFieldsInput: {
    connect?: GuildMessageEmbedWhereUniqueInput;
    connectOrCreate?: GuildMessageEmbedCreateOrConnectWithoutFieldsInput;
    create?: XOR<GuildMessageEmbedCreateWithoutFieldsInput, GuildMessageEmbedUncheckedCreateWithoutFieldsInput>;
}