DisBot
    Preparing search index...

    Type Alias Guilds$GiveawaysArgs<ExtArgs>

    Guilds.Giveaways

    type Guilds$GiveawaysArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: GiveawaysWhereUniqueInput;
        distinct?:
            | Prisma.GiveawaysScalarFieldEnum
            | Prisma.GiveawaysScalarFieldEnum[];
        include?: GiveawaysInclude<ExtArgs>
        | null;
        omit?: GiveawaysOmit<ExtArgs> | null;
        orderBy?:
            | GiveawaysOrderByWithRelationInput
            | GiveawaysOrderByWithRelationInput[];
        select?: GiveawaysSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GiveawaysWhereInput;
    }

    Type Parameters

    Index

    Properties

    include?: GiveawaysInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: GiveawaysOmit<ExtArgs> | null

    Omit specific fields from the Giveaways

    select?: GiveawaysSelect<ExtArgs> | null

    Select specific fields to fetch from the Giveaways

    skip?: number
    take?: number