export interface ApplicationRateLimitStatusParams { /** * A comma-separated list of resource families you want to know the current rate limit disposition for. For best performance, only specify the resource families pertinent to your application. */ 'resources'?: string; }