|
|
@@ -2,12 +2,6 @@ import { ELockInfo } from './user';
|
|
|
import { TaxType, IGLJCol } from './project';
|
|
|
import { IFileRef, INumFileRef } from './base';
|
|
|
|
|
|
-export interface ICptItem {
|
|
|
- ID: string;
|
|
|
- name: string;
|
|
|
- description: string;
|
|
|
-}
|
|
|
-
|
|
|
export interface IProgramLib extends INumFileRef {
|
|
|
displayName: string;
|
|
|
}
|