DisBot
    Preparing search index...

    Type Alias SyncedChannelLinkMessagesFindFirstOrThrowArgs<ExtArgs>

    SyncedChannelLinkMessages findFirstOrThrow

    type SyncedChannelLinkMessagesFindFirstOrThrowArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        cursor?: SyncedChannelLinkMessagesWhereUniqueInput;
        distinct?:
            | Prisma.SyncedChannelLinkMessagesScalarFieldEnum
            | Prisma.SyncedChannelLinkMessagesScalarFieldEnum[];
        include?: SyncedChannelLinkMessagesInclude<ExtArgs>
        | null;
        omit?: SyncedChannelLinkMessagesOmit<ExtArgs> | null;
        orderBy?:
            | SyncedChannelLinkMessagesOrderByWithRelationInput
            | SyncedChannelLinkMessagesOrderByWithRelationInput[];
        select?: SyncedChannelLinkMessagesSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: SyncedChannelLinkMessagesWhereInput;
    }

    Type Parameters

    Index

    Properties

    Cursor Docs

    Sets the position for searching for SyncedChannelLinkMessages.

    Distinct Docs

    Filter by unique combinations of SyncedChannelLinkMessages.

    Choose, which related nodes to fetch as well

    Omit specific fields from the SyncedChannelLinkMessages

    Sorting Docs

    Determine the order of SyncedChannelLinkMessages to fetch.

    Select specific fields to fetch from the SyncedChannelLinkMessages

    skip?: number

    Pagination Docs

    Skip the first n SyncedChannelLinkMessages.

    take?: number

    Pagination Docs

    Take ±n SyncedChannelLinkMessages from the position of the cursor.

    Filter, which SyncedChannelLinkMessages to fetch.