export interface OpenCashDrawerResponse { success: boolean; timestamp: string; } export type OpenCashDrawer = () => Promise;