接口 FeedbackSourceBase

interface FeedbackSourceBase {
    type: string;
    metadata?: KVMap;
}

层级结构 (查看摘要)

属性

type: string
metadata?: KVMap