FieldValue

Type Definition

type FieldValue<T extends string | number | null = string | number | null> = T;