UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

6 lines (5 loc) 381 B
import { AllocationModel, AllocationGroupModel } from '@lml/cosmo-ts-data'; import { RootState } from '../../root/reducers'; import { AllocationDataState } from '../reducers'; export declare const getAllocationDataState: (state: RootState) => AllocationDataState; export declare const getAllocationByJobId: (state: RootState, id: string) => AllocationModel | AllocationGroupModel;