494 B
494 B
Home > firefish-js > entities > AuthSession
entities.AuthSession type
Signature:
export declare type AuthSession = {
id: ID;
app: App;
token: string;
};