/** * 请求接口 */ export interface ReqroleDataEdit { key1: string; key2: string; info: any; } /** * 返回信息 */ export interface ResroleDataEdit { order10Back: any } export const conf = { connet: "admin" }