@balena/contrato
    Preparing search index...

    Type Alias BlueprintObject

    BlueprintObject: ContractObject & {
        skeleton: ContractObject;
        type?: typeof BLUEPRINT;
    }

    A blueprint contract: a contract of type meta.blueprint carrying a skeleton. The layout is parsed and kept separately, not on the raw object, since selectors may carry functions that cannot be structurally cloned.