mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-10 07:32:53 +09:00
494 B
494 B
Home > firefish-js > entities > AuthSession
entities.AuthSession type
Signature:
export declare type AuthSession = {
id: ID;
app: App;
token: string;
};