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;
}