Type Alias GetCollectionTraitsResponse

GetCollectionTraitsResponse: {
    traits: Record<string, Record<string, TraitValue>>;
}