export interface UpdateLicenseDatesRequest { orderId: string; includedAssetIds: string[]; startDate: string; endDate: string; }