UNPKG

suitest-js-api

Version:

Suitest is a test automation and device manipulation tool for living room devices and web browsers.

18 lines (16 loc) 286 B
export type NetworkProp = { BODY: symbol, METHOD: symbol, STATUS: symbol, }; export type NetworkMethod = { GET: 'GET', POST: 'POST', PUT: 'PUT', HEAD: 'HEAD', DELETE: 'DELETE', CONNECT: 'CONNECT', OPTIONS: 'OPTIONS', TRACE: 'TRACE', PATCH: 'PATCH', };