Skip to content

Commit

Permalink
chore:remove unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmeterenodaci committed Oct 16, 2024
1 parent 6e2ac49 commit 2492781
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/web/src/app/[lang]/app/actions/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,6 @@ export async function tableDataRequests() {
return tableRequests;
}

export type GetTableDataTypes = Awaited<ReturnType<typeof getTableData>>;
export type GetTableDataResult = Awaited<
ReturnType<
Awaited<ReturnType<typeof tableDataRequests>>[TableDataTypes]["get"]
>
>;
export async function getTableData(
type: TableDataTypes,
page = 0,
Expand Down

0 comments on commit 2492781

Please sign in to comment.