add: Megalodon, initial mastodon api
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
type Response<T = any> = {
|
||||
data: T;
|
||||
status: number;
|
||||
statusText: string;
|
||||
headers: any;
|
||||
};
|
||||
|
||||
export default Response;
|
||||
Reference in New Issue
Block a user