mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
10 lines
197 B
TypeScript
10 lines
197 B
TypeScript
export class Excludetask{
|
|
serialNumber: any;
|
|
action: string;
|
|
ActionTypeId: any;
|
|
dataFields: {
|
|
ReviewUserComment?: string,
|
|
Note?: any
|
|
}
|
|
AttachmentList?: any
|
|
} |