|
|
@@ -2,6 +2,11 @@ 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;
|
|
|
}
|