|
@@ -5,11 +5,11 @@ import "server-only"; |
|
|
|
|
|
|
|
|
export interface SalaryResult { |
|
|
export interface SalaryResult { |
|
|
id: number; |
|
|
id: number; |
|
|
lowerLimit: String; |
|
|
|
|
|
upperLimit: String; |
|
|
|
|
|
|
|
|
lowerLimit: string; |
|
|
|
|
|
upperLimit: string; |
|
|
salaryPoint: number; |
|
|
salaryPoint: number; |
|
|
salary: number; |
|
|
salary: number; |
|
|
hourlyRate: String; |
|
|
|
|
|
|
|
|
hourlyRate: string; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
export const preloadSalarys = () => { |
|
|
export const preloadSalarys = () => { |
|
|