trashposs/packages/trashposs-js/markdown/trashposs-js.entities.authsession.md
2024-04-06 22:57:52 +02:00

500 B

Home > trashposs-js > entities > AuthSession

entities.AuthSession type

Signature:

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

References: ID, App