VideoSendInfo.ts 88 B

12345
  1. interface VideoSendInfo<T> {
  2. code: string
  3. message: T
  4. }
  5. export default VideoSendInfo