Interface FeedbackSourceBase

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

Hierarchy (View Summary)

Properties

Properties

type: string
metadata?: KVMap