DisBot
    Preparing search index...

    Type Alias SyncedChannelLinkMessagesFindManyArgs<ExtArgs>

    SyncedChannelLinkMessages findMany

    type SyncedChannelLinkMessagesFindManyArgs<
        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 listing 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.