import * as tpy from "https://deno.land/x/tpy@v1.0.0-RC/src/types/pylon.d.ts";
Typings based on and related to the Pylon API/SDK interfaces, such as KV, WebSocket, SDK KV function options, and more.
SDK relevant typings are formulated on commit hash
eb0100c
.
Namespaces
N KV | Structures regarding Pylon KV operations. |
Schemas for | |
Schemas for | |
Function options for operations matching HTTP methods. Inherited from the Pylon SDK. | |
Schemas for | |
Structures regarding the Pylon WebSocket interface. |
Interfaces
Operation options for deleting a key. | |
Operation options for retrieving keys. | |
Operation options for retrieving an array of keys and values. | |
Operation options for setting values in a KV namespace. |
Type Aliases
HTTP Verbs supported by the Pylon API. | |
T Json | Types parsable by ES5's |
An array of types parsable by ES5's | |
Response schema for | |
Response schema for | |
Surfaces | |
Response schema for | |
Response schema for | |
The method of logging this was caused by. Follows the Console interface methods supported on the Pylon SDK. | |
A WebSocket Response from a workbench URL.
Implementing a generic provides type sense for the |