490 B
490 B
Home > iceshrimp-sdk > entities > AuthSession
entities.AuthSession type
Signature:
export type AuthSession = {
id: ID;
app: App;
token: string;
};
Home > iceshrimp-sdk > entities > AuthSession
Signature:
export type AuthSession = {
id: ID;
app: App;
token: string;
};