Skip to documentation content
On this page
  1. Reference

kind

Configures kind for Deep snapshot from its authoritative release declaration.

Reference

FieldValueDescription
valueType"shallow" | "deep"Declared input representation.
defaultRelease default applied when the field is omitted.
typescriptType"shallow" | "deep"Compiler-resolved TypeScript contract.
requiredtrue
allowed["shallow","deep"]Allowed declaration values.

Configures kind for Deep snapshot from its authoritative release declaration.

The declared value type is "shallow" | "deep". Allowed values are ["shallow","deep"]. This field is required.