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