1
0
Fork 1
mirror of https://example.com synced 2024-11-24 10:26:45 +09:00
firefish/packages/calckey-js/markdown/calckey-js.entities.authsession.md
2023-06-23 21:13:03 -07:00

488 B

Home > calckey-js > entities > AuthSession

entities.AuthSession type

Signature:

export declare type AuthSession = {
	id: ID;
	app: App;
	token: string;
};

References: ID, App