feat(SW-214): Setup connection to Contentstack

This commit is contained in:
Pontus Dreij
2024-09-25 10:44:13 +02:00
parent 27159d739f
commit ee2abb72d2
3 changed files with 152 additions and 0 deletions

5
types/enums/uspGrid.ts Normal file
View File

@@ -0,0 +1,5 @@
import { z } from "zod"
export namespace UspGridEnum {
export const uspIcons = z.enum(["Snowflake"])
}