export interface MakePaymentDependency {
    booking: string;
    user_id: string;
}
