Interface SidetrackOptions<Queues>

interface SidetrackOptions<Queues> {
    databaseOptions?: {
        connectionString: string;
    };
    dbClient?: SidetrackDatabaseClient;
    queues: SidetrackQueues<Queues>;
}

Type Parameters

Properties

databaseOptions?: {
    connectionString: string;
}

Type declaration

  • connectionString: string