7 lines
78 B
TypeScript
7 lines
78 B
TypeScript
export enum TemplateBizType {
|
|
|
|
GIT = "GIT",
|
|
|
|
FOREVER_MC = "FOREVER_MC"
|
|
}
|