Type Alias GuildCustomSingleMessageCreateOrConnectWithoutWebhookInput

GuildCustomSingleMessageCreateOrConnectWithoutWebhookInput: {
    create: XOR<GuildCustomSingleMessageCreateWithoutWebhookInput, GuildCustomSingleMessageUncheckedCreateWithoutWebhookInput>;
    where: GuildCustomSingleMessageWhereUniqueInput;
}