@spailybot/moleculer-auto-openapi - v1.3.2
    Preparing search index...
    interface CorsOptions {
        allowedHeaders?: string | string[];
        credentials?: boolean;
        exposedHeaders?: string | string[];
        maxAge?: number;
        methods?: string | string[];
        optionsSuccessStatus?: number;
        origin?: string | boolean | RegExp | CustomOrigin | (string | RegExp)[];
        preflightContinue?: boolean;
    }
    Index

    Properties

    allowedHeaders?: string | string[]
    credentials?: boolean
    exposedHeaders?: string | string[]
    maxAge?: number
    methods?: string | string[]
    optionsSuccessStatus?: number
    origin?: string | boolean | RegExp | CustomOrigin | (string | RegExp)[]
    preflightContinue?: boolean