forked from hazza/dspace-angular
4 lines
58 B
TypeScript
4 lines
58 B
TypeScript
export interface FormFieldChangedObject {
|
|
string: any
|
|
}
|