mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-08-05 16:49:17 +00:00
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
|