Type Alias TSCustomMessageCreateOrConnectWithoutEmbedInput

TSCustomMessageCreateOrConnectWithoutEmbedInput: {
    create: XOR<TSCustomMessageCreateWithoutEmbedInput, TSCustomMessageUncheckedCreateWithoutEmbedInput>;
    where: TSCustomMessageWhereUniqueInput;
}