@karmaniverous/smoz
    Preparing search index...

    Type Alias BaseOperation

    BaseOperation: MakeRequired<
        Omit<ZodOpenApiOperationObject, "operationId">,
        "summary",
    >

    A base OpenAPI operation object, with the summary field required.

    Use this when registering per‑function OpenAPI operations via fn.openapi(baseOperation). The SMOZ registry fills in operationId, augments summary with the context, and merges tags for each configured context.