mirror of https://github.com/fantasticit/think.git
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
|
export enum CollectType {
|
||
|
document = "document",
|
||
|
wiki = "wiki",
|
||
|
}
|