import { TraitProperty } from "./TraitProperty"; export type TraitsRarityRequest = { collectionId: string; properties: Array; };