@sudoplatform/sudo-entitlements-admin
    Preparing search index...

    Interface EntitlementDefinition

    Representation of an entitlement definition

    interface EntitlementDefinition {
        description?: string;
        expendable: boolean;
        name: string;
        type: "boolean" | "numeric";
    }
    Index

    Properties

    description?: string

    Description, if any, of the entitlement

    expendable: boolean

    Whether or not this entitlement is expendable

    name: string

    Name of the entitlement

    type: "boolean" | "numeric"

    Type of the entitlement.