Developer Docs
API Reference
Development Tools
seeding
Types
Interfaces
Interface: SeedOptions

web


web / lib/seed/types / SeedOptions

Interface: SeedOptions

Properties

collections?

optional collections: string[]


truncate?

optional truncate: boolean


environment?

optional environment: "development" | "production" | "test" | "staging"


configOverrides?

optional configOverrides: Record<string, Partial<CollectionConfig>>

Override configuration for specific collections


useConfig?

optional useConfig: boolean

Use configuration-driven seeding