/** Missing description */
export interface Update {
    /** Description of your cart */
    description: string;
    /** Time of expiration of the cart */
    expire: string;
}
//# sourceMappingURL=Update.d.ts.map