DisBot
    Preparing search index...

    Type Alias DiscordGuildAddonDeleteArgs<ExtArgs>

    DiscordGuildAddon delete

    type DiscordGuildAddonDeleteArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: DiscordGuildAddonInclude<ExtArgs> | null;
        omit?: DiscordGuildAddonOmit<ExtArgs> | null;
        select?: DiscordGuildAddonSelect<ExtArgs> | null;
        where: DiscordGuildAddonWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    Choose, which related nodes to fetch as well

    Omit specific fields from the DiscordGuildAddon

    Select specific fields to fetch from the DiscordGuildAddon

    Filter which DiscordGuildAddon to delete.