UNPKG

@calf/dotypay

Version:

Dotypay module of Calf framework.

14 lines (13 loc) 420 B
import { TerminalList } from "../namespaces/terminal-list.namespace"; import { BaseService } from "./base.service"; /** * Extensions service * @description Service for handling extensions */ export declare class ExtensionsService extends BaseService { /** * Get terminal list * @description Get list of terminals */ getTerminalList(): Promise<TerminalList.Interfaces.IResponse>; }