Interface: LoaderSpec
Defined in: utils/codec.ts:89
Properties
| Property | Type | Defined in |
|---|---|---|
bbox | Envelope | utils/codec.ts:91 |
codec | object | utils/codec.ts:90 |
codec.safeDecode | | { data: infer; success: true; } | { error: unknown; success: false; } | utils/codec.ts:90 |
division | DivisionShape | utils/codec.ts:92 |
metadata? | string | utils/codec.ts:94 |
source | () => ReadableStream<unknown[]> | utils/codec.ts:93 |