UNPKG

@nepse-helper/core

Version:

A helper library for NEPSE

6 lines (5 loc) 97 B
export interface IMarketOpen { isOpen: "OPEN" | "CLOSE"; asOf: string; id: number; }