RemoteDivinerConfig: DivinerConfig & {
    api?: ArchivistApi;
    archive?: string;
    schema: RemoteDivinerConfigSchema;
}

Type declaration