Interface Spec

interface Spec {
    data?: IData;
    meta?: IMeta;
}

Properties

Properties

data?: IData
meta?: IMeta