Type Alias APIResponse<T>

APIResponse: { data: T; requestId: string; success: boolean; timestamp: string }

Type Parameters

  • T = unknown