SudoSOS Back-end API / helpers / Specification
Type Alias: Specification<T, F> ​
ts
type Specification<T, F> = (
| ValidationRule<T, F>
| SubSpecification<T, F>)[];Type Parameters ​
| Type Parameter |
|---|
T |
F |