UNPKG

aurelia-orm

Version:

Makes working with entities and calling your Rest API simple.

7 lines (5 loc) 213 B
import {validatedResource} from '../../../src/decorator/validated-resource'; import {Entity} from '../../../src/entity'; @validatedResource('holy-cow') export class WithValidatedCustomResource extends Entity { }