Interface SearchKeySet

interface SearchKeySet {
    childName: string;
    keyName: string;
    [prop: string]: any;
}

Indexable

  • [prop: string]: any

Properties

Properties

childName: string
keyName: string