FeedBackParams.ets 181 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 export interface FeedBackParams { content:string classifyFlagIds:string userContact:string userName:string appVersion:string appDevice:string imageUrls:Array<string> }