Type Alias: ReviewSourceRateLimit
Makaio Framework / contracts / ReviewSourceRateLimit
Type Alias: ReviewSourceRateLimit
Section titled “Type Alias: ReviewSourceRateLimit”ReviewSourceRateLimit =
z.infer<typeofReviewSourceRateLimitSchema>
Defined in: ../../../packages/contracts/src/capabilities/review/schemas.ts:116
Type Composition
Section titled “Type Composition”ReviewSourceRateLimitz.infer<typeof ReviewSourceRateLimitSchema>typeof ReviewSourceRateLimitSchema
Resolved Shape
Section titled “Resolved Shape”type ReviewSourceRateLimit = { sourceId: string; remaining: number; limit: number; resetsAt: number; lastUpdatedAt: number;};