DisBot
    Preparing search index...

    Type Alias Guilds$GuildCommandMangerArgs<ExtArgs>

    Guilds.GuildCommandManger

    type Guilds$GuildCommandMangerArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildCommandMangerInclude<ExtArgs> | null;
        omit?: GuildCommandMangerOmit<ExtArgs> | null;
        select?: GuildCommandMangerSelect<ExtArgs> | null;
        where?: GuildCommandMangerWhereInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildCommandManger

    Select specific fields to fetch from the GuildCommandManger