Type alias ValidatorInput

ValidatorInput: {
    identifier: ResourceIdentifier;
    representation: Representation;
}

Type declaration