@spailybot/moleculer-auto-openapi - v1.3.2
    Preparing search index...

    Type Alias EOASchemaExtensionTypes

    EOASchemaExtensionTypes: {
        [K in typeof EOASchemaExtensions[keyof typeof EOASchemaExtensions]]?: unknown
    } & {
        "x-fastest-deprecated"?: boolean;
        "x-fastest-description"?: string;
        "x-fastest-optional"?: boolean;
        "x-fastest-summary"?: string;
    }