export interface CheckoutResponse {
    checkedOutBy: string;
    checkedOut: number;
}
