@balena/contrato
    Preparing search index...

    Interface MatcherObject

    interface MatcherObject {
        data?: any;
        slug?: string;
        type: string;
        version?: string;
    }
    Index
    data?: any

    Free-form data specific to the contract type.

    slug?: string

    Unique identifier of the contract within its type.

    type: string

    The contract type to match against.

    version?: string

    Version string: semver or a plain identifier (e.g. wheezy).