KC's Workspace
    Preparing search index...

    Interface AllowListConfig

    interface AllowListConfig {
        allow?: string[];
        allowlistConfigPaths?: string[];
    }
    Index

    Properties

    allow?: string[]
    allowlistConfigPaths?: string[]