movie-night-web/app/types/api.ts

2 lines
132 B
TypeScript
Raw Permalink Normal View History

export type ResourceResponse<T> = { data: T }
//export type PaginatedResponse<T> = { data: T[]; meta: PaginationMeta; links: Links }