ts-lambda-api - v2.5.2
    Preparing search index...

    Interface CorsOptions

    interface CorsOptions {
        credentials?: boolean;
        exposeHeaders?: string;
        headers?: string;
        maxAge?: number;
        methods?: string;
        origin?: string;
    }
    Index

    Properties

    credentials?: boolean
    exposeHeaders?: string
    headers?: string
    maxAge?: number
    methods?: string
    origin?: string