/** * common data transfer object interface */ export interface CommonDtoInterface { [key: string]: any; }