@unkey/api
Version:
Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@unkey/api* API.
11 lines • 969 B
TypeScript
import * as z from "zod/v3";
import { Result as SafeParseResult } from "../../types/fp.js";
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
/**
* Empty response object. A successful response indicates the override was successfully deleted. The operation is immediate - as soon as this response is received, the override no longer exists and affected identifiers have reverted to using the default rate limit for the namespace. No other data is returned as part of the deletion operation.
*/
export type V2RatelimitDeleteOverrideResponseData = {};
/** @internal */
export declare const V2RatelimitDeleteOverrideResponseData$inboundSchema: z.ZodType<V2RatelimitDeleteOverrideResponseData, z.ZodTypeDef, unknown>;
export declare function v2RatelimitDeleteOverrideResponseDataFromJSON(jsonString: string): SafeParseResult<V2RatelimitDeleteOverrideResponseData, SDKValidationError>;
//# sourceMappingURL=v2ratelimitdeleteoverrideresponsedata.d.ts.map