Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Network/Request

Index

Type aliases

Variables

Type aliases

Request

Request: t.TypeOf<typeof Request>

Variables

Const Request

Request: UnionC<[IntersectionC<[TypeC<{ action: LiteralC<"job"> }>, TypeC<{ image: StringC; target: StringC }>]>, IntersectionC<[TypeC<{ action: LiteralC<"get"> }>, TypeC<{ files: ArrayC<StringC> }>]>, IntersectionC<[TypeC<{ action: LiteralC<"put"> }>, TypeC<{}>]>]> = ...

A request from the Client to the Daemon. It's a tagged union of all possible requests.

Generated using TypeDoc