@cpod/sdk - v0.2.7
    Preparing search index...

    Interface OrgFeature

    Organization feature

    interface OrgFeature {
        name: string;
        enabled: boolean;
        config?: Record<string, unknown>;
    }
    Index

    Properties

    Properties

    name: string
    enabled: boolean
    config?: Record<string, unknown>