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