import type * as CandidApi from "../../../index"; export interface EraBase { checkNumber: string; checkDate: CandidApi.Date_; }