Type Alias KSMessageEmbedCreateOrConnectWithoutFieldsInput

KSMessageEmbedCreateOrConnectWithoutFieldsInput: {
    create: XOR<KSMessageEmbedCreateWithoutFieldsInput, KSMessageEmbedUncheckedCreateWithoutFieldsInput>;
    where: KSMessageEmbedWhereUniqueInput;
}