mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-25 23:45:13 +00:00
3fd2b55406
This reverts commit 89eea5df52
.
8 lines
117 B
TypeScript
8 lines
117 B
TypeScript
type Response<T = any> = {
|
|
data: T
|
|
status: number
|
|
statusText: string
|
|
headers: any
|
|
}
|
|
|
|
export default Response
|