Interface DataLocationPointer

interface DataLocationPointer {
    key: string;
    parameters?: Record<string, any>;
    type?: DataLocationType;
}

Hierarchy (view full)

Properties

Properties

key: string
parameters?: Record<string, any>