UNPKG

ngx-resource-gearheart

Version:

Angular2 resource module with simple decorators. Customized by Gearheart.

8 lines (7 loc) 325 B
import { ResourceStorage } from "./ResourceStorage"; export declare const StorageAction: { LOAD: (storage: ResourceStorage, resp: any) => void; ADD: (storage: ResourceStorage, resp: any) => void; UPDATE: (storage: ResourceStorage, resp: any) => void; REMOVE: (storage: ResourceStorage, resp: any) => void; };