import { AutoEncoder } from '@simonbackx/simple-encoding'; export declare class WebshopTicketsQuery extends AutoEncoder { /** * Ticket that was last received (used to determine tickets with same updatedAt timestamp) */ lastId?: string; /** * Return all orders that were updated after (and including) this date. * Only returns orders **equal** this date if afterNumber is not provided or if the number of those orders are also higher. */ updatedSince?: Date; } //# sourceMappingURL=WebshopTicketsQuery.d.ts.map