Skip to content

PluginOutputFile

Import from @varavel/vdl-plugin-sdk.

PluginOutputFile: object;

PluginOutputFile exposes the generated runtime helpers for PluginOutputFile.

Type Declaration

Name Type Description
hydrate() (input) => PluginOutputFile Hydrates a validated PluginOutputFile value into its runtime representation.
parse() (json) => PluginOutputFile Parses a JSON string into a validated and hydrated PluginOutputFile value.
validate() (input, path?) => string | null Performs structural validation for PluginOutputFile (required field presence and basic type shape only); it does not enforce business rules.