RatelimitFunctionsParseExemptionKeyVersion: 1.xOn this pageParseExemptionKeyparseExemptionKey @commandkit/ratelimitkeys.ts Parse an exemption key into scope and ID for listing. Signaturefunction parseExemptionKey(key: string, keyPrefix?: string): { scope: RateLimitExemptionScope; id: string } | null Parameters key parameterstring keyPrefix parameterstring