upd: megalodon to v7
This commit is contained in:
parent
b4674ce65c
commit
afda15260f
234 changed files with 21334 additions and 7675 deletions
8
packages/megalodon/src/pleroma/entities/token.ts
Normal file
8
packages/megalodon/src/pleroma/entities/token.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace PleromaEntity {
|
||||
export type Token = {
|
||||
access_token: string
|
||||
token_type: string
|
||||
scope: string
|
||||
created_at: number
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue