Files
tauri-video03/frontend/ts/bindings/AvStartResponse.ts
2026-03-30 23:38:47 +02:00

4 lines
185 B
TypeScript

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type AvStartResponse = { audio_path: string, video_path: string, };