Type Alias GuildScheduledMessageCreateOrConnectWithoutEmbedInput

GuildScheduledMessageCreateOrConnectWithoutEmbedInput: {
    create: XOR<GuildScheduledMessageCreateWithoutEmbedInput, GuildScheduledMessageUncheckedCreateWithoutEmbedInput>;
    where: GuildScheduledMessageWhereUniqueInput;
}