Home > @department-of-veterans-affairs/va-forms-system-core > ValidationFunctionResult
ValidationFunctionResult type
Signature:
export declare type ValidationFunctionResult<T> = void | undefined | string | Promise<unknown> | T;
Home > @department-of-veterans-affairs/va-forms-system-core > ValidationFunctionResult
Signature:
export declare type ValidationFunctionResult<T> = void | undefined | string | Promise<unknown> | T;