SyncOptions Type — astro Architecture
Architecture documentation for the SyncOptions type/interface in index.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 3a01a331_804f_d14c_4d0a_878f331f341c["SyncOptions"] e03d202e_cca0_0a97_d015_be57061791db["index.ts"] 3a01a331_804f_d14c_4d0a_878f331f341c -->|defined in| e03d202e_cca0_0a97_d015_be57061791db style 3a01a331_804f_d14c_4d0a_878f331f341c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/cli/sync/index.ts lines 5–7
interface SyncOptions {
flags: Flags;
}
Defined In
Source
Frequently Asked Questions
What is the SyncOptions type?
SyncOptions is a type/interface in the astro codebase, defined in packages/astro/src/cli/sync/index.ts.
Where is SyncOptions defined?
SyncOptions is defined in packages/astro/src/cli/sync/index.ts at line 5.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free