Home / Type/ ForeignKeysOutput Type — astro Architecture

ForeignKeysOutput Type — astro Architecture

Architecture documentation for the ForeignKeysOutput type/interface in schemas.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  a6f3e5dc_5ff4_62bc_0de2_0c09cc1468df["ForeignKeysOutput"]
  05094702_dfea_fe15_694a_0f5d1d294954["schemas.ts"]
  a6f3e5dc_5ff4_62bc_0de2_0c09cc1468df -->|defined in| 05094702_dfea_fe15_694a_0f5d1d294954
  style a6f3e5dc_5ff4_62bc_0de2_0c09cc1468df fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/db/src/core/schemas.ts lines 164–167

type ForeignKeysOutput = Omit<ForeignKeysInput, 'references'> & {
	// reference fn called in `transform`. Ensures output is JSON serializable.
	references: MaybeArray<Omit<z.output<typeof referenceableColumnSchema>, 'references'>>;
};

Frequently Asked Questions

What is the ForeignKeysOutput type?
ForeignKeysOutput is a type/interface in the astro codebase, defined in packages/db/src/core/schemas.ts.
Where is ForeignKeysOutput defined?
ForeignKeysOutput is defined in packages/db/src/core/schemas.ts at line 164.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free