export interface IGlobalsUtilization {
    utilizationAt: Date;
    utilizationBy: string;
}
