enrichedOperation Type — supabase Architecture
Architecture documentation for the enrichedOperation type/interface in helpers.ts from the supabase codebase.
Entity Profile
Source Code
apps/docs/lib/refGenerator/helpers.ts lines 216–228
export type enrichedOperation = OpenAPIV3.OperationObject & {
path: string
fullPath: string
operationId: string
operation: string
responseList: []
description?: string
parameters?: []
responses?: {}
security?: []
summary?: string
tags?: []
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free