Interface DataLocationMixin

interface DataLocationMixin {
    key: string;
    parameters?: any;
}

Properties

Properties

key: string
parameters?: any