feat: Contentstack <-> ImageVault integration
This commit is contained in:
10
types/lang.ts
Normal file
10
types/lang.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export const langEnum = {
|
||||
en: 'en',
|
||||
sv: 'sv',
|
||||
no: 'no',
|
||||
fi: 'fi',
|
||||
da: 'da',
|
||||
de: 'de',
|
||||
} as const;
|
||||
|
||||
export type Lang = keyof typeof langEnum;
|
||||
Reference in New Issue
Block a user