Ask a question to get started
Enter to sendā¢Shift+Enter new line
Converts camelCase keys to snake_case for API compatibility
convertCamelToSnakeCase(params: Record<string, unknown>): Record<string, unknown>
params
Record<string, unknown>
The parameters with camelCase keys