API ReferencesFramework API ReferenceInterfacesValidatorOn this pageInterface: Validator<T>Validates an input string into a value of a typeType parametersNameTMethodsparse▸ parse(input): null | T | Promise<null | T>ParametersNameTypeinputstringReturnsnull | T | Promise<null | T>Defined insrc/sdk/fmc/FmcFormat.ts:8