DisBot
    Preparing search index...

    Type Alias GuildComponentManagerCreateArgs<ExtArgs>

    GuildComponentManager create

    type GuildComponentManagerCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            GuildComponentManagerCreateInput,
            GuildComponentManagerUncheckedCreateInput,
        >;
        include?: GuildComponentManagerInclude<ExtArgs>
        | null;
        omit?: GuildComponentManagerOmit<ExtArgs> | null;
        select?: GuildComponentManagerSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a GuildComponentManager.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildComponentManager

    Select specific fields to fetch from the GuildComponentManager