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
/
belongs-to.decorator.d.ts
3 lines
(2 loc)
•
188 B
TypeScript
View Raw
1
2
3
import
{
RelationshipDecoratorOptions
}
from
'./option.interfaces'
;
export
declare
function
BelongsTo
(
options
?:
RelationshipDecoratorOptions
):
(
target
:
any
,
propertyName
:
string
) =>
void
;