bazarr/frontend/src/components/tables/types.d.ts

2 lines
58 B
TypeScript

export type PageControlAction = "prev" | "next" | number;