UNPKG
ngx-airbrush
Version:
latest (0.2.1)
0.2.1
Angular client for jsonapi/Graphiti backends
gitlab.com/a-boudi/airbrush
ngx-airbrush
/
lib
/
decorators
/
model.decorator.d.ts
3 lines
(2 loc)
•
147 B
TypeScript
View Raw
1
2
3
import
{
ModelDecoratorOptions
}
from
'./option.interfaces'
;
export
declare
function
Model
(
options
:
ModelDecoratorOptions
):
(
target
:
any
) =>
void
;