export interface RequestCreditPaymentCreateOrUpdate { id?: string; credit: string; amount: number; }