DisBot
    Preparing search index...

    Type Alias SyncedChannelLinkMessagesFindUniqueOrThrowArgs<ExtArgs>

    SyncedChannelLinkMessages findUniqueOrThrow

    type SyncedChannelLinkMessagesFindUniqueOrThrowArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        include?: SyncedChannelLinkMessagesInclude<ExtArgs> | null;
        omit?: SyncedChannelLinkMessagesOmit<ExtArgs> | null;
        select?: SyncedChannelLinkMessagesSelect<ExtArgs> | null;
        where: SyncedChannelLinkMessagesWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the SyncedChannelLinkMessages

    Select specific fields to fetch from the SyncedChannelLinkMessages

    Filter, which SyncedChannelLinkMessages to fetch.