lml-main
Version:
This is now a mono repository published into many standalone packages.
6 lines (5 loc) • 326 B
TypeScript
import { RxHttpActionTypes } from 'redux-rx-http';
export declare const GET_FREQUENCIES: RxHttpActionTypes;
export declare const POST_AUTO_ALLOCATION_GLOBAL: RxHttpActionTypes;
export declare const POST_FREQUENCY_AUTO_ALLOCATION: RxHttpActionTypes;
export declare const PUT_FREQUENCY_AUTO_ALLOCATION_BATCH: RxHttpActionTypes;