import session from 'express-session'; export interface SessionSettingsInterface extends Partial { secret?: string; tableName?: string; }