export interface IFieldValues {
    str: string;
    num: number;
    bool: boolean;
}
