@dxos/app-framework - v0.8.2
    Preparing search index...

    Type Alias InterfaceDef<T>

    The interface definition of a capability.

    type InterfaceDef<T> = {
        "[InterfaceDefTypeId]": T;
        identifier: string;
    }

    Type Parameters

    • T
    Index

    Properties

    "[InterfaceDefTypeId]": T
    identifier: string