Skip to documentation content
On this page
  1. Reference

copies

Configures copies for Save model from its authoritative release declaration.

Reference

FieldValueDescription
valueType{ label: string; kind: string; path: string; copySizeBytes: number; }[]Declared input representation.
defaultRelease default applied when the field is omitted.
typescriptType{ label: string; kind: string; path: string; copySizeBytes: number; }[]Compiler-resolved TypeScript contract.
requiredtrue

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.