@oneblink/sdk-core
    Preparing search index...

    Interface NewLegacyKey

    interface NewLegacyKey {
        links: { organisations: string };
        name: string;
        privilege: {
            API_HOSTING?: "DEPLOYMENT";
            FORMS?: "FaaS";
            PDF?: "BUILDER";
            WEB_APP_HOSTING?: "DEPLOYMENT";
        };
        type: "LEGACY";
    }

    Hierarchy (View Summary)

    Index

    Properties

    links: { organisations: string }
    name: string
    privilege: {
        API_HOSTING?: "DEPLOYMENT";
        FORMS?: "FaaS";
        PDF?: "BUILDER";
        WEB_APP_HOSTING?: "DEPLOYMENT";
    }
    type: "LEGACY"