UNPKG

ngx-airbrush

Version:

Angular client for jsonapi/Graphiti backends

3 lines (2 loc) 147 B
import { ModelDecoratorOptions } from './option.interfaces'; export declare function Model(options: ModelDecoratorOptions): (target: any) => void;