feat(SW-186): implemented queries and typings for card inside header query
This commit is contained in:
0
types/components/header/header.ts
Normal file
0
types/components/header/header.ts
Normal file
10
types/header.ts
Normal file
10
types/header.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { z } from "zod"
|
||||
|
||||
import {
|
||||
getHeaderRefSchema,
|
||||
getHeaderSchema,
|
||||
} from "@/server/routers/contentstack/base/output"
|
||||
|
||||
export type HeaderRefResponse = z.input<typeof getHeaderRefSchema>
|
||||
export type HeaderResponse = z.input<typeof getHeaderSchema>
|
||||
export type Header = z.output<typeof getHeaderSchema>
|
||||
Reference in New Issue
Block a user