Skip to content

ContentProcedures

ContentProcedures = object

Defined in: astrobase/src/content/procedures.ts:4

The ProcedureConfig for content:* procedures.

content:delete: [ContentIdentifier, void]

Defined in: astrobase/src/content/procedures.ts:6

The request and response types of the content:delete procedure.


content:get: [ContentIdentifier, ArrayBuffer | void]

Defined in: astrobase/src/content/procedures.ts:8

The request and response types of the content:get procedure.


content:put: [PutRequestPayload, void]

Defined in: astrobase/src/content/procedures.ts:10

The request and response types of the content:put procedure.