mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 22:47:15 +01:00
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
export enum BILLING_RATES {
|
|
INTERN = 0.24,
|
|
EXTERN_UP_TO_200 = 0.45,
|
|
EXTERN_OVER_200 = 0.55,
|
|
}
|