projects/netgrif-components-core/src/lib/data-fields/models/format-filter.ts
Properties |
| code |
code:
|
Type : string
|
| fractionSize |
fractionSize:
|
Type : number
|
| locale |
locale:
|
Type : string
|
export interface FormatFilter {
code: string;
fractionSize: number;
locale: string;
}