UNPKG

podium-vue-components

Version:
14 lines (11 loc) 206 B
export interface ISettings { endpoint: string } export interface ICurrency { name: string, precision: number } export interface IDateFormat { date: string, time: string }