Type alias IPropsSelectionArray

IPropsSelectionArray: {
    name: string;
    selections: ({
        byName?: undefined;
        description?: string;
        name: string;
    } | SelectionArray | SelectionByNameArray)[];
}

Type declaration