mirror of
https://github.com/versia-pub/api.git
synced 2026-03-13 04:09:15 +01:00
feat(build): 👷 Don't minify/bundle/compile packages in release
This commit is contained in:
parent
c54558abdf
commit
4542750159
4 changed files with 18 additions and 5 deletions
|
|
@ -1,3 +1,6 @@
|
|||
/**
|
||||
* Mastodon API Access Token
|
||||
*/
|
||||
export type Token = {
|
||||
access_token: string;
|
||||
token_type: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue