GetImageResult Type — astro Architecture
Architecture documentation for the GetImageResult type/interface in types.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 5e06079a_c913_2d74_21fc_5d48e872f1cf["GetImageResult"] a061abff_b26a_1eda_52cf_ff7a2af40052["types.ts"] 5e06079a_c913_2d74_21fc_5d48e872f1cf -->|defined in| a061abff_b26a_1eda_52cf_ff7a2af40052 style 5e06079a_c913_2d74_21fc_5d48e872f1cf fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/assets/types.ts lines 96–105
export interface GetImageResult {
rawOptions: ImageTransform;
options: ImageTransform;
src: string;
srcSet: {
values: SrcSetValue[];
attribute: string;
};
attributes: Record<string, any>;
}
Defined In
Source
Frequently Asked Questions
What is the GetImageResult type?
GetImageResult is a type/interface in the astro codebase, defined in packages/astro/src/assets/types.ts.
Where is GetImageResult defined?
GetImageResult is defined in packages/astro/src/assets/types.ts at line 96.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free