仲裁视频会议H5

KeyValue.d.ts 70B

1234
  1. type KeyValue = {
  2. [key: string]: any;
  3. };
  4. export default KeyValue;