import {Response} from './response' import {AbsenceAttahcment} from './abs.attach' export class AbsenceAttahcmentResponse extends Response{ public static SHARED_DATA = 'absence-attachment'; public GetAbsenceAttachmentsList :AbsenceAttahcment[]; }