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

This commit is contained in:
4
src-web/gen/Tokens.ts
Normal file
4
src-web/gen/Tokens.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 { Token } from "./Token";
|
||||
|
||||
export type Tokens = { tokens: Array<Token>, };
|
||||
Reference in New Issue
Block a user