1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

fix: remove @internal

Since it messes with emitted types
This commit is contained in:
James Cook 2023-09-05 15:16:18 +01:00
parent ecd1b9c434
commit b34d972167
5 changed files with 1 additions and 10 deletions

View file

@ -1,6 +1,5 @@
/**
* Helper type to define response from ClassCharts
* @internal
*/
export type ClassChartsResponse<Data, Meta> = {
data: Data;