Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWriteDef<Payload, Response>

Type parameters

  • Payload

  • Response

Hierarchy

Index

Properties

deserialize

deserialize: (receipt: string) => Response

Type declaration

    • (receipt: string): Response
    • Parameters

      • receipt: string

      Returns Response

payloadType

payloadType: Payload

responseType

responseType: Response

serialize

serialize: (x: unknown) => string

Type declaration

    • (x: unknown): string
    • Parameters

      • x: unknown

      Returns string

type

type: "write"

Generated using TypeDoc