Type alias CreateDBResult

CreateDBResult: {
    db: Database;
    result: MutationResult;
}

Type declaration

Generated using TypeDoc