feat: add support for new accordions

This commit is contained in:
Christy Jacob
2024-02-25 17:37:53 +00:00
committed by Torsten Dittmann
parent f3ee4bb277
commit f6e23dbb9f
13 changed files with 287 additions and 130 deletions

View File

@@ -1,7 +1,7 @@
import { OpenAPIV3 } from 'openapi-types';
import { Platform, type Service } from './references';
type SDKMethod = {
export type SDKMethod = {
'rate-limit': number;
'rate-time': number;
'rate-key': string;