/**
 * Generated by orval v8.9.1 🍺
 * Do not edit manually.
 * Api
 * Model Directory & Booking Platform API
 * OpenAPI spec version: 0.1.0
 */
export type WalletTransactionType = typeof WalletTransactionType[keyof typeof WalletTransactionType];
export declare const WalletTransactionType: {
    readonly deposit: "deposit";
    readonly order_payment: "order_payment";
    readonly earning: "earning";
    readonly commission: "commission";
    readonly withdrawal: "withdrawal";
    readonly refund: "refund";
    readonly escrow_in: "escrow_in";
    readonly escrow_out: "escrow_out";
};
//# sourceMappingURL=walletTransactionType.d.ts.map