import type * as Square from "../index"; export interface GetCashDrawerShiftResponse { /** The cash drawer shift queried for. */ cashDrawerShift?: Square.CashDrawerShift; /** Any errors that occurred during the request. */ errors?: Square.Error_[]; }