Member Junction
    Preparing search index...

    Minimal application info needed by user menu

    interface ApplicationInfoRef {
        ID: string;
        Name: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    ID: string
    Name: string