3 lines
97 B
TypeScript
3 lines
97 B
TypeScript
import * as Models from '@definitions/user/models';
|
|
|
|
export type Allocation = Models.Allocation;
|