mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-18 23:19:39 +02:00
Template Tag Function Editor (#67)

This commit is contained in:
4
src-web/gen/FnArg.ts
Normal file
4
src-web/gen/FnArg.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
import type { Val } from "./Val";
|
||||
|
||||
export type FnArg = { name: string, value: Val, };
|
||||
Reference in New Issue
Block a user