re-gen plugin-runtime-types

This commit is contained in:
Gregory Schier
2024-09-06 06:26:05 -07:00
parent d47de9a999
commit db935f0130
4 changed files with 1 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type RenderRequest = { template: string, };

View File

@@ -1,3 +0,0 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type RenderResponse = { rendered: string, };