mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
500 B
500 B
Home > trashposs-js > entities > AuthSession
entities.AuthSession type
Signature:
export declare type AuthSession = {
id: ID;
app: App;
token: string;
};