Type Alias SerializedCollection<TInput>

SerializedCollection: { items: TInput[]; version: "1" }

IMPORT_PATH: "@daiso-tech/core/collection/contracts"

Type Parameters

  • TInput = unknown