DisBot
    Preparing search index...

    Type Alias GuildComponentManagerDeleteArgs<ExtArgs>

    GuildComponentManager delete

    type GuildComponentManagerDeleteArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: GuildComponentManagerInclude<ExtArgs> | null;
        omit?: GuildComponentManagerOmit<ExtArgs> | null;
        select?: GuildComponentManagerSelect<ExtArgs> | null;
        where: GuildComponentManagerWhereUniqueInput;
    }

    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

    Filter which GuildComponentManager to delete.