UNPKG

@payfit/unity-components

Version:

4 lines (3 loc) 161 B
import { StandardSchemaV1 } from '@standard-schema/spec'; export type TFormValues = Record<string, unknown>; export type Schema = StandardSchemaV1<TFormValues>;