DisBot
    Preparing search index...

    Type Alias SyncedChannelLinkMessagesCreateOrConnectWithoutChannelLinksInput

    type SyncedChannelLinkMessagesCreateOrConnectWithoutChannelLinksInput = {
        create: XOR<
            SyncedChannelLinkMessagesCreateWithoutChannelLinksInput,
            SyncedChannelLinkMessagesUncheckedCreateWithoutChannelLinksInput,
        >;
        where: SyncedChannelLinkMessagesWhereUniqueInput;
    }
    Index

    Properties

    Properties