UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

7 lines (6 loc) 140 B
export declare class CreatePayoutDto { amount: number; connectedAccountId: string; method?: string; description?: string; }