mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
5 lines
77 B
TypeScript
5 lines
77 B
TypeScript
|
|
export class SearchCategory {
|
||
|
|
Id: number;
|
||
|
|
Name: string;
|
||
|
|
Qtd: 6;
|
||
|
|
}
|