Skip to content

Commit

Permalink
Declare in HANA lib
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady committed Oct 16, 2024
1 parent f96055f commit 4a1947b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/cds.hana.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class VARCHAR extends String {};
export class CLOB extends String {};
export class BINARY extends String {}
export class ST_POINT {
public x: number;
public y: number;
declare public x: number;
declare public y: number;
}
export class ST_GEOMETRY { /* FIXME */ }

0 comments on commit 4a1947b

Please sign in to comment.