UNPKG

react-admin-lb4

Version:
12 lines (11 loc) 321 B
import { Entity } from '@loopback/repository'; export declare class Test extends Entity { _id?: string; stringProperty?: string; numberProperty?: number; booleanProperty?: boolean; objectProperty?: object; arrayProperty?: string[]; createdAt?: string; constructor(data?: Partial<Test>); }