mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
13 lines
191 B
TypeScript
13 lines
191 B
TypeScript
|
|
|
|
interface addAttachment {
|
|
SourceTitle: string;
|
|
ParentId?: string;
|
|
Source: any;
|
|
SourceId: any;
|
|
ApplicationId: any;
|
|
Id?: any;
|
|
Link?: any;
|
|
SerialNumber?: any
|
|
}
|