React TypeScript Property Form Validation

export interface PropertyForm {

propertyTitle: string;

description: string;

amenities: string;