ForeignKeysInput Type — astro Architecture
Architecture documentation for the ForeignKeysInput type/interface in schemas.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD a3e5aa19_fbe3_00cc_7ef0_1c8c5d3e53dc["ForeignKeysInput"] 05094702_dfea_fe15_694a_0f5d1d294954["schemas.ts"] a3e5aa19_fbe3_00cc_7ef0_1c8c5d3e53dc -->|defined in| 05094702_dfea_fe15_694a_0f5d1d294954 style a3e5aa19_fbe3_00cc_7ef0_1c8c5d3e53dc fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/db/src/core/schemas.ts lines 159–162
type ForeignKeysInput = {
columns: MaybeArray<string>;
references: () => MaybeArray<Omit<z.input<typeof referenceableColumnSchema>, 'references'>>;
};
Defined In
Source
Frequently Asked Questions
What is the ForeignKeysInput type?
ForeignKeysInput is a type/interface in the astro codebase, defined in packages/db/src/core/schemas.ts.
Where is ForeignKeysInput defined?
ForeignKeysInput is defined in packages/db/src/core/schemas.ts at line 159.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free