Skip to content

ValidateSourceResult

Defined in: src/ingest/ingest.ts:73

Source validation summary for a local KayKit pack folder.

edition: "free" | "extra"

Defined in: src/ingest/ingest.ts:77

Pack edition expected at the source root.


expectedCount: number

Defined in: src/ingest/ingest.ts:81

Expected model count for the requested edition.


gltfCount: number

Defined in: src/ingest/ingest.ts:79

Number of .gltf files found under Assets/gltf.


ok: boolean

Defined in: src/ingest/ingest.ts:83

Whether the discovered count exactly matches the edition expectation.


sourceRoot: string

Defined in: src/ingest/ingest.ts:75

Source root that was checked.