Interface AsukaLicenseFeatureDefinition

interface AsukaLicenseFeatureDefinition {
    category:
        | "pricing"
        | "export"
        | "module"
        | "runtime"
        | "core"
        | "provider"
        | "asset"
        | "team"
        | "branding"
        | "api";
    description: string;
    key: AsukaLicenseFeature;
    label: string;
    tier: "starter" | "pro" | "agency";
}

Properties

category:
    | "pricing"
    | "export"
    | "module"
    | "runtime"
    | "core"
    | "provider"
    | "asset"
    | "team"
    | "branding"
    | "api"
description: string
label: string
tier: "starter" | "pro" | "agency"