plutoapi-v2/src/models/partyplaner/session/SessionData.interface.ts

10 lines
166 B
TypeScript

/**
* Used in the getSessionData method as return value
*/
export interface SessionData {
sessionId: string;
type: string;
lastLogin: string;
lastIp: string;
}