mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-18 21:57:44 +01:00
9 lines
378 B
TypeScript
Generated
9 lines
378 B
TypeScript
Generated
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
import type { PluginVersion } from "./gen_search";
|
|
|
|
export type PluginNameVersion = { name: string, version: string, };
|
|
|
|
export type PluginSearchResponse = { plugins: Array<PluginVersion>, };
|
|
|
|
export type PluginUpdatesResponse = { plugins: Array<PluginNameVersion>, };
|