BlockfrostWorkerConfig: BlockfrostServiceConfig & {
    apiUrl: URL;
    createSchema: boolean;
    dropSchema: boolean;
    dryRun: boolean;
    scanInterval: number;
}

Generated using TypeDoc