Type alias Entity

Entity: {
    @id: string;
    @reverse: {
        [key: string]: any;
    };
    toJSON() => RawEntity;
    [key: string]: any;
}

Type declaration

  • [key: string]: any
  • @id: string
  • @reverse: {
        [key: string]: any;
    }
    • [key: string]: any
  • toJSON:function

Generated using TypeDoc