export type InfoHandlerOptions = {
    databaseUrl: string;
    historyTable: string;
    historySchema: string;
};
