Hierarchy

  • BackendApi

Properties

Properties

dispose: ((arg0?) => void)

Type declaration

    • (arg0?): void
    • Parameters

      • Optional arg0: Error

      Returns void

module: ((arg0) => {
    active: boolean;
    client: string;
    data: string;
})

Type declaration

    • (arg0): {
          active: boolean;
          client: string;
          data: string;
      }
    • Parameters

      Returns {
          active: boolean;
          client: string;
          data: string;
      }

      • active: boolean
      • client: string
      • data: string

Generated using TypeDoc