UNPKG

bugyo-cloud-client

Version:
6 lines (5 loc) 194 B
import { EndpointName } from "../config"; import { TokenPage } from "./base/token-page"; export declare class PunchmarkPage extends TokenPage { protected get EndpointName(): EndpointName; }