DisBot
    Preparing search index...

    Type Alias GuildCommandManger$BuildInCommandsArgs<ExtArgs>

    GuildCommandManger.BuildInCommands

    type GuildCommandManger$BuildInCommandsArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        cursor?: BuildInCommandsWhereUniqueInput;
        distinct?:
            | Prisma.BuildInCommandsScalarFieldEnum
            | Prisma.BuildInCommandsScalarFieldEnum[];
        include?: BuildInCommandsInclude<ExtArgs>
        | null;
        omit?: BuildInCommandsOmit<ExtArgs> | null;
        orderBy?:
            | BuildInCommandsOrderByWithRelationInput
            | BuildInCommandsOrderByWithRelationInput[];
        select?: BuildInCommandsSelect<ExtArgs>
        | null;
        skip?: number;
        take?: number;
        where?: BuildInCommandsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the BuildInCommands

    Select specific fields to fetch from the BuildInCommands

    skip?: number
    take?: number