export interface InitConfig {
    username: string;
}
