mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-12-13 10:28:25 +00:00
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
namespace MisskeyEntity {
|
|
export type Session = {
|
|
token: string
|
|
url: string
|
|
}
|
|
}
|