mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 00:49:45 +01:00
Pass render purpose to render
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
|
||||
export type CallTemplateFunctionPurpose = { "type": "send" } | { "type": "preview" };
|
||||
export type CallTemplateFunctionPurpose = "send" | "preview";
|
||||
|
||||
Reference in New Issue
Block a user