import { CollectorContract } from "../collection/collector.contract"; export interface MatrixContract{ collectors: CollectorContract[] }