Interface SubStoreConfig

interface SubStoreConfig {
    arrayKey?: string;
    parent: any[];
}

Properties

Properties

arrayKey?: string
parent: any[]

Generated using TypeDoc