| Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/common/interfaces/ |
| Current File : //home/deltalab/PMS/logistic-backend/node_modules/@nestjs/common/interfaces/abstract.interface.d.ts |
export interface Abstract<T> extends Function {
prototype: T;
}