declare namespace apiFormat { interface getEdgeList { userId: string; roomId: string; role?: string; getEdgeUrl?: string; wx?: boolean; } }