import { TNoSpread } from './TNoSpread'; import { TRegistrable } from './TRegistrable'; export type TMultitonRegistrable = Readonly<{ key: string; }> & TRegistrable & TNoSpread;