@iobroker/db-objects-redis
Version:
The Library contains the Database classes for Redis based objects database client.
8 lines • 320 B
TypeScript
/**
* Custom interview during setup
*
* @param config the prefilled database config
* @returns the database options obtained by the answered questionnaire
*/
export declare function interview(config: ioBroker.ObjectsDatabaseOptions): Promise<ioBroker.ObjectsDatabaseOptions>;
//# sourceMappingURL=interview.d.ts.map