interface InputError {
    errorMessages?: string[];
    hasError: boolean;
}

Properties

errorMessages?: string[]
hasError: boolean