6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
//菜单主题类型
|
|
export enum AgreementEnum {
|
|
PRIVACY = 'privacy',
|
|
SERVICE = 'service'
|
|
}
|