export interface XyTransferItem { description?: string; disabled?: boolean; key: string; title: string; } export type XyTransferDirection = "left" | "right";