import { type OriginInterface } from '../Origin/Origin'; export type SheetOriginInterface = { getOrigin(): OriginInterface | undefined; };