DisBot
    Preparing search index...

    Type Alias Users$GuildBackupsArgs<ExtArgs>

    Users.GuildBackups

    type Users$GuildBackupsArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        cursor?: GuildBackupsWhereUniqueInput;
        distinct?:
            | Prisma.GuildBackupsScalarFieldEnum
            | Prisma.GuildBackupsScalarFieldEnum[];
        include?: GuildBackupsInclude<ExtArgs>
        | null;
        omit?: GuildBackupsOmit<ExtArgs> | null;
        orderBy?:
            | GuildBackupsOrderByWithRelationInput
            | GuildBackupsOrderByWithRelationInput[];
        select?: GuildBackupsSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: GuildBackupsWhereInput;
    }

    Type Parameters

    Index

    Properties

    include?: GuildBackupsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: GuildBackupsOmit<ExtArgs> | null

    Omit specific fields from the GuildBackups

    select?: GuildBackupsSelect<ExtArgs> | null

    Select specific fields to fetch from the GuildBackups

    skip?: number
    take?: number