DisBot
    Preparing search index...

    Type Alias Guilds$GuildChannelLinksArgs<ExtArgs>

    Guilds.GuildChannelLinks

    type Guilds$GuildChannelLinksArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: GuildChannelLinksWhereUniqueInput;
        distinct?:
            | Prisma.GuildChannelLinksScalarFieldEnum
            | Prisma.GuildChannelLinksScalarFieldEnum[];
        include?: GuildChannelLinksInclude<ExtArgs>
        | null;
        omit?: GuildChannelLinksOmit<ExtArgs> | null;
        orderBy?:
            | GuildChannelLinksOrderByWithRelationInput
            | GuildChannelLinksOrderByWithRelationInput[];
        select?: GuildChannelLinksSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildChannelLinksWhereInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildChannelLinks

    Select specific fields to fetch from the GuildChannelLinks

    skip?: number
    take?: number