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