Type alias IPropsSelections

IPropsSelections: {
    [k: string]: IPropsSelection[];
}

Type declaration