gohttpdUi/mock/role/types.ts

7 lines
101 B
TypeScript
Raw Normal View History

2021-01-15 17:27:24 +08:00
export interface Role {
roleName: String
id: String
checkedNodes: any[]
checkedkeys: any[]
}