projects/netgrif-components-core/src/lib/resources/interface/count.ts
Object from Backend
The number of these instances
Properties |
count |
count:
|
Type : number
|
Count instances |
entity |
entity:
|
Type : string
|
Name instances |
export interface Count {
/**
* Count instances
*/
count: number;
/**
* Name instances
*/
entity: string;
}