export interface EndorserRateLimits { doneClaimsThisWeek: string doneRegistrationsThisMonth: string maxClaimsPerWeek: string maxRegistrationsPerMonth: string nextMonthBeginDateTime: string nextWeekBeginDateTime: string } export interface ImageRateLimits { doneImagesThisWeek: string maxImagesPerWeek: string nextWeekBeginDateTime: string }