@lxdhub/dbsync
Version:
Display, search and copy LXD-images using a web interface.
13 lines (12 loc) • 418 B
TypeScript
import { DynamicModule } from '@nestjs/common';
import { LXDHubDbSyncSettings } from './dbsync-settings.interface';
/**
* The main appliaction module for LXDHub database sync
*/
export declare class AppModule {
/**
* Returns the app module with the applied settings
* @param settings The settings of the synchronization task
*/
static forRoot(settings: LXDHubDbSyncSettings): DynamicModule;
}