diff --git a/h/static/scripts/group-forms/config.ts b/h/static/scripts/group-forms/config.ts new file mode 100644 index 00000000000..c9e530e1b3c --- /dev/null +++ b/h/static/scripts/group-forms/config.ts @@ -0,0 +1,9 @@ +export type ConfigObject = { + /** The URLs of the app's CSS stylesheets. */ + styles: string[]; +}; + +/** Return the frontend config from the page's {% endblock %} {% block scripts %}