Skip to content

Commit

Permalink
Remove cds.Float from CSN types
Browse files Browse the repository at this point in the history
  • Loading branch information
swaldmann committed Jan 9, 2025
1 parent c46063f commit 69f4072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/csn.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export interface service extends any_ { }
export interface type extends any_ {
type?: 'cds.Boolean' |
'cds.UUID' | 'cds.String' | 'cds.LargeString' | 'cds.Binary' | 'cds.LargeBinary' | 'cds.Vector' |
'cds.Integer' | 'cds.UInt8' | 'cds.Int16' | 'cds.Int32' | 'cds.Int64' | 'cds.Float' | 'cds.Double' | 'cds.Decimal' |
'cds.Integer' | 'cds.UInt8' | 'cds.Int16' | 'cds.Int32' | 'cds.Int64' | 'cds.Double' | 'cds.Decimal' |
'cds.Date' | 'cds.Time' | 'cds.DateTime' | 'cds.Timestamp' |
'cds.Association' | 'cds.Composition' |
FQN & Record<never,never> // allow any other CDS type as well (e.g. 'User')
Expand Down

0 comments on commit 69f4072

Please sign in to comment.