Home / Type/ RemotePattern Type — astro Architecture

RemotePattern Type — astro Architecture

Architecture documentation for the RemotePattern type/interface in shared.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  2fa50447_3d78_2066_47e0_330396601398["RemotePattern"]
  a016e3b9_7fbf_ffde_b5f4_749606ced138["shared.ts"]
  2fa50447_3d78_2066_47e0_330396601398 -->|defined in| a016e3b9_7fbf_ffde_b5f4_749606ced138
  style 2fa50447_3d78_2066_47e0_330396601398 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/integrations/vercel/src/image/shared.ts lines 18–23

export type RemotePattern = {
	protocol?: 'http' | 'https';
	hostname: string;
	port?: string;
	pathname?: string;
};

Frequently Asked Questions

What is the RemotePattern type?
RemotePattern is a type/interface in the astro codebase, defined in packages/integrations/vercel/src/image/shared.ts.
Where is RemotePattern defined?
RemotePattern is defined in packages/integrations/vercel/src/image/shared.ts at line 18.

Analyze Your Own Codebase

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

Try Supermodel Free