mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-14 08:36:41 +02:00
Add initial 11ty website structure
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @typedef {'script'|'region'|'variants'} Field
|
||||
*/
|
||||
/**
|
||||
* @type {{region: Record<string, Array<string>>}}
|
||||
*/
|
||||
export const many: {
|
||||
region: Record<string, Array<string>>;
|
||||
};
|
||||
export type Field = 'script' | 'region' | 'variants';
|
||||
Reference in New Issue
Block a user