Type Alias GuildCustomMessageCreateOrConnectWithoutEmbedInput

GuildCustomMessageCreateOrConnectWithoutEmbedInput: {
    create: XOR<GuildCustomMessageCreateWithoutEmbedInput, GuildCustomMessageUncheckedCreateWithoutEmbedInput>;
    where: GuildCustomMessageWhereUniqueInput;
}