Typescript SDK Type Docs
    Preparing search index...

    Interface ApplicationReference

    Reference to an Application.

    interface ApplicationReference {
        id: string;
        typeId: "application";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced Application.

    typeId: "application"

    Type of referenced resource.