mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-02-05 06:10:21 -07:00
494 B
494 B
Home > firefish-js > entities > AuthSession
entities.AuthSession type
Signature:
export declare type AuthSession = {
id: ID;
app: App;
token: string;
};