Type Alias YTSCustomMessageCreateOrConnectWithoutEmbedInput

YTSCustomMessageCreateOrConnectWithoutEmbedInput: {
    create: XOR<YTSCustomMessageCreateWithoutEmbedInput, YTSCustomMessageUncheckedCreateWithoutEmbedInput>;
    where: YTSCustomMessageWhereUniqueInput;
}