mirror of
https://github.com/hay-kot/mealie.git
synced 2025-07-08 05:51:50 -07:00
7 lines
No EOL
211 B
Django/Jinja
7 lines
No EOL
211 B
Django/Jinja
{% for api in files.files %}
|
|
import { {{ api.camel }}API } from "./interfaces/{{ api.slug }}" {% endfor %}
|
|
|
|
export const api = {
|
|
{% for api in files.files %}
|
|
{{api.camel}}: {{api.camel}}API, {% endfor %}
|
|
} |