Home
General
Guides
Reviews
News
type ApiResponse<TData> = success: boolean; data: TData; error?: string; ;