接口 FeedbackSourceBase

接口 FeedbackSourceBase {
    type: string;
    metadata?: KVMap;
}

继承关系 (查看摘要)

属性

type: string
metadata?: KVMap