UNPKG

bugyo-cloud-client

Version:
9 lines (8 loc) 401 B
type formatter = (...values: Array<string>) => string; export type EndpointName = "LoginPage" | "TimeClock" | "CheckAuthenticationMethod" | "Authenticate" | "PunchmarkPage" | "TimeClock" | "CallLogout"; export declare const USER_AGENT = "Mozilla 5.0 ()"; export declare const URL_TEMPLATE: { [k in EndpointName]: formatter; }; export declare const BASE_URL = "https://hromssp.obc.jp/"; export {};