IStory Type — astro Architecture
Architecture documentation for the IStory type/interface in types.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 5256acb8_4686_1a8c_81df_affbfa9f434d["IStory"] 8c46d17b_6e7a_11cf_e196_457c19794277["types.ts"] 5256acb8_4686_1a8c_81df_affbfa9f434d -->|defined in| 8c46d17b_6e7a_11cf_e196_457c19794277 style 5256acb8_4686_1a8c_81df_affbfa9f434d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
examples/hackernews/src/types.ts lines 8–19
export interface IStory {
id: string;
points: string;
url: string;
title: string;
domain: string;
type: string;
time_ago: string;
user: string;
comments_count: number;
comments: IComment[];
}
Defined In
Source
Frequently Asked Questions
What is the IStory type?
IStory is a type/interface in the astro codebase, defined in examples/hackernews/src/types.ts.
Where is IStory defined?
IStory is defined in examples/hackernews/src/types.ts at line 8.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free