fieldAvailable
copies
Configures copies for Save model from its authoritative release declaration.
Reference contract
| Field | Value | Description |
|---|---|---|
| valueType | { label: string; kind: string; path: string; copySizeBytes: number; }[] | Declared input representation. |
| default | | Release default applied when the field is omitted. |
| typescriptType | { label: string; kind: string; path: string; copySizeBytes: number; }[] | Compiler-resolved TypeScript contract. |
| required | true | — |
Configures copies for Save model from its authoritative release declaration.
The declared value type is { label: string; kind: string; path: string; copySizeBytes: number; }[]. This field is required.