/** * OverlayChannel */ export type OverlayChannel = { inputNumber: number | null inPreview: boolean }