Files
yaak-mountain-loop/src-tauri/yaak-sync/bindings/watch.ts
2025-01-06 09:24:07 -08:00

6 lines
231 B
TypeScript

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type WatchEvent = { paths: Array<string>, kind: string, };
export type WatchResult = { unlistenEvent: string, };