mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
export api types to ts (#2583)
This commit is contained in:
7
core/startos/bindings/BackupTargetFS.ts
Normal file
7
core/startos/bindings/BackupTargetFS.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
import type { BlockDev } from "./BlockDev";
|
||||
import type { Cifs } from "./Cifs";
|
||||
|
||||
export type BackupTargetFS =
|
||||
| ({ type: "disk" } & BlockDev)
|
||||
| ({ type: "cifs" } & Cifs);
|
||||
Reference in New Issue
Block a user