mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
@ -67,7 +67,7 @@ const handleError =
|
||||
type LinkFormat = { id: string; isOffset: boolean }
|
||||
export type PagedResponse<T = unknown> = {
|
||||
body: T
|
||||
links: { prev?: LinkFormat; next?: LinkFormat }
|
||||
links?: { prev?: LinkFormat; next?: LinkFormat }
|
||||
}
|
||||
|
||||
export { ctx, handleError, userAgent }
|
||||
|
Reference in New Issue
Block a user