Type Alias CSMessageEmbedCreateOrConnectWithoutFieldsInput

CSMessageEmbedCreateOrConnectWithoutFieldsInput: {
    create: XOR<CSMessageEmbedCreateWithoutFieldsInput, CSMessageEmbedUncheckedCreateWithoutFieldsInput>;
    where: CSMessageEmbedWhereUniqueInput;
}