@suluk/platform - v0.6.0
    Preparing search index...

    Interface Platform

    A bound platform = a system + a brand.

    interface Platform {
        system: SystemManifest<any>;
        brand: BrandManifest;
    }
    Index

    Properties

    Properties

    system: SystemManifest<any>