Interface APIFeedbackSource

interface APIFeedbackSource {
    type: "api";
    metadata?: KVMap;
}

Hierarchy (View Summary)

Properties

Properties

type: "api"
metadata?: KVMap