mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
8 lines
135 B
TypeScript
8 lines
135 B
TypeScript
/* tslint:disable */
|
|
export interface DiffDTO {
|
|
caption?: string;
|
|
previousValue?: string;
|
|
property?: string;
|
|
value?: string;
|
|
}
|