Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BaseDeleteController<T>

Base controller with delete capabilities

Type parameters

Hierarchy

Implemented by

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

cache

cache: ControllerCache<T>

The cached data this controller contains

Methods

Abstract delete

  • delete(id: Snowflake | string): Promise<T | void>

Generated using TypeDoc