Type Alias SessionBeginsEventData

SessionBeginsEventData: {
    expiresAt: Date;
    sessionId: string;
}