export class CreateIntentDto { customerId?: string amount: number } export class UpdateIntentDto { customerId?: string orderId?: string amount?: number }