desktop/frontend/wailsjs/go/services/dbService.d.ts
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import {context} from '../models';
import {config} from '../models';
export function Start(arg1:context.Context,arg2:config.Config):Promise<void>;