export interface IAuthorizationCookie { sessionID: number; userID: any; expiry: Date; }