export type SessionInfo = {
    id?: string | number;
    user?: string;
};
