UNPKG

@omnia/fx-models

Version:
6 lines (5 loc) 123 B
import { TimePeriodTypes } from "."; export interface TimePeriodSettings { type: TimePeriodTypes; value: number; }