Type Alias Destroyable

Destroyable: { destroy(): Promise<void> }

Type declaration

  • destroy:function
    • Destroys a resource on the server. Returns a promise that resolves to true whene the operation has been completed

      Returns Promise<void>