top of page
Leapling Films Logo

Pure-ts.com ◆ < VERIFIED >

type ApiResponse<TData> = success: boolean; data: TData; error?: string; ;

bottom of page