/* tslint:disable */ /** * This file was automatically generated by json-schema-to-typescript. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run json-schema-to-typescript to regenerate this file. */ export interface ChannelLive { /** * 视频 feedId */ "feed-id": string; /** * 视频号 id,以“sph”开头的id,可在视频号助手获取。视频号必须与当前小程序相同主体。 */ "finder-user-name": string; }