cloudflare
Version:
The official TypeScript library for the Cloudflare API
14 lines • 526 B
TypeScript
import { APIResource } from "../../../resource.js";
import * as Core from "../../../core.js";
import * as Shared from "../../shared.js";
export declare class Value extends APIResource {
/**
* Roll the token secret.
*/
update(tokenId: string, body: ValueUpdateParams, options?: Core.RequestOptions): Core.APIPromise<Shared.TokenValue>;
}
export type ValueUpdateParams = unknown;
export declare namespace Value {
export { type ValueUpdateParams as ValueUpdateParams };
}
//# sourceMappingURL=value.d.ts.map