DisBot
    Preparing search index...

    Type Alias Guilds$GuildLogsArgs<ExtArgs>

    Guilds.GuildLogs

    type Guilds$GuildLogsArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: GuildLogsWhereUniqueInput;
        distinct?:
            | Prisma.GuildLogsScalarFieldEnum
            | Prisma.GuildLogsScalarFieldEnum[];
        include?: GuildLogsInclude<ExtArgs>
        | null;
        omit?: GuildLogsOmit<ExtArgs> | null;
        orderBy?:
            | GuildLogsOrderByWithRelationInput
            | GuildLogsOrderByWithRelationInput[];
        select?: GuildLogsSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildLogsWhereInput;
    }

    Type Parameters

    Index

    Properties

    include?: GuildLogsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: GuildLogsOmit<ExtArgs> | null

    Omit specific fields from the GuildLogs

    select?: GuildLogsSelect<ExtArgs> | null

    Select specific fields to fetch from the GuildLogs

    skip?: number
    take?: number