mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-10 03:03:37 +02:00
Model and DB refactor (#61)
- [x] Move from `sqlx` to `rusqlite` - [x] Generate TS types from Rust models
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { readFile, readTextFile } from '@tauri-apps/plugin-fs';
|
||||
import type { HttpResponse } from './models';
|
||||
import type { HttpResponse } from '@yaakapp/api';
|
||||
|
||||
export async function getResponseBodyText(response: HttpResponse): Promise<string | null> {
|
||||
if (response.bodyPath) {
|
||||
|
||||
Reference in New Issue
Block a user