Type Alias GuildMessageEmbedCreateOrConnectWithoutFieldsInput

GuildMessageEmbedCreateOrConnectWithoutFieldsInput: {
    create: XOR<GuildMessageEmbedCreateWithoutFieldsInput, GuildMessageEmbedUncheckedCreateWithoutFieldsInput>;
    where: GuildMessageEmbedWhereUniqueInput;
}