cmc-web/webs/cop-web/src/models/sla.d.ts

8 lines
118 B
TypeScript
Raw Normal View History

2024-08-20 12:11:31 +00:00
export interface ISla {
id?: number,
name?: string,
status?: string,
content?: string,
catalogId?: number
}