DisBot
    Preparing search index...

    Type Alias Guilds$GuildComponentManagerArgs<ExtArgs>

    Guilds.GuildComponentManager

    type Guilds$GuildComponentManagerArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        include?: GuildComponentManagerInclude<ExtArgs> | null;
        omit?: GuildComponentManagerOmit<ExtArgs> | null;
        select?: GuildComponentManagerSelect<ExtArgs> | null;
        where?: GuildComponentManagerWhereInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildComponentManager

    Select specific fields to fetch from the GuildComponentManager