UNPKG

manifest

Version:

The backend for AI code editors

8 lines (7 loc) 128 B
export interface AppSettings { rateLimits?: { name?: string; limit: number; ttl: number; }[]; }