Skip to content

Commit

Permalink
chore(develop): sync types to dmgincs/nestjs-api
Browse files Browse the repository at this point in the history
  • Loading branch information
damageinc-bot[bot] committed Jan 13, 2024
1 parent a4a6a6b commit d2c8f8f
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/types/mainsite/AwayHistoryStatus.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { AwayHistory } from 'entities/mainsite/AwayHistory.entity';

export enum AwayHistoryStatus {
SCHEDULED = 1,
Expand All @@ -15,19 +14,3 @@ export const AwayHistoryStatusNames: { [key in AwayHistoryStatus]: string } = {
[AwayHistoryStatus.ABORTED]: 'aborted',
[AwayHistoryStatus.CANCELLED]: 'cancelled'
};

export interface AwayStatus {
active_away: AwayHistory;
last_6_months: AwayDaysStats;
}

export interface AwayDaysStats{
days: Number;
max: Number;
}

export interface AwayBankDays{
member_id: Number;
away_days: Number;
max_days: Number;
}

0 comments on commit d2c8f8f

Please sign in to comment.