Type alias ValidatedCodeManfiest

ValidatedCodeManfiest: {
    errors: string[];
    pkg: HuzmaManifest;
    semanticVersion: SemVer;
}

Response to attempting to parse a huzma manifest from a value. If errors array are contains 1 or more strings, this signifies that input value is not a valid huzma.

Type declaration

  • errors: string[]

    Errors encountered when parsing source value.

  • pkg: HuzmaManifest

    Parsed manifest

  • semanticVersion: SemVer

Generated using TypeDoc