UNPKG

lml-main

Version:

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

4 lines (3 loc) 264 B
import { AllocationType, AllocationModel, AllocationGroupModel } from '@lml/cosmo-ts-data'; export declare const mockAllocation: (type?: AllocationType) => AllocationModel; export declare const mockAllocationGroup: (type?: AllocationType) => AllocationGroupModel;