DisBot
    Preparing search index...

    Type Alias GuildCommandMangerDefaultArgs<ExtArgs>

    GuildCommandManger without action

    type GuildCommandMangerDefaultArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildCommandMangerInclude<ExtArgs> | null;
        omit?: GuildCommandMangerOmit<ExtArgs> | null;
        select?: GuildCommandMangerSelect<ExtArgs> | null;
    }

    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