import { ExtendedTraitProperty } from "./ExtendedTraitProperty"; export type ExtendedTraitProperties = { continuation?: string; traits: Array; };