AstroJson Type — astro Architecture
Architecture documentation for the AstroJson type/interface in types.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD f59e205c_1793_0bbe_0598_f4ca31b5b339["AstroJson"] 2eb38d79_bfe3_6938_fad4_521296dd8431["types.ts"] f59e205c_1793_0bbe_0598_f4ca31b5b339 -->|defined in| 2eb38d79_bfe3_6938_fad4_521296dd8431 style f59e205c_1793_0bbe_0598_f4ca31b5b339 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/db/src/runtime/types.ts lines 69–81
type AstroJson<T extends GeneratedConfig<'custom'>> = SQLiteColumn<
T & {
data: unknown;
dataType: 'custom';
columnType: 'SQLiteCustomColumn';
driverParam: string;
enumValues: never;
baseColumn: never;
isAutoincrement: boolean;
identity: undefined;
generated: undefined;
}
>;
Defined In
Source
Frequently Asked Questions
What is the AstroJson type?
AstroJson is a type/interface in the astro codebase, defined in packages/db/src/runtime/types.ts.
Where is AstroJson defined?
AstroJson is defined in packages/db/src/runtime/types.ts at line 69.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free