Capsium TypeScript API
    Preparing search index...

    Interface CliOptions

    interface CliOptions {
        cacheControl?: string;
        packagePath: string;
        port: number;
        store?: string;
    }
    Index
    cacheControl?: string
    packagePath: string
    port: number
    store?: string