UNPKG

@golemio/parkings

Version:
7 lines (6 loc) 161 B
import { RuleEnum } from "../rules/RuleEnum"; export interface ITariffCheckerResult<T> { isValid: boolean; failedRule?: RuleEnum; failedInput?: T; }