export interface EmployeeQueryDTO {
    /**
     * Id do colaborador
     */
    employeeId: string;
    referenceDate?: string;
}
