feat(SW-322): move type to blocks folder
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import type { Shortcut } from "@/types/trpc/routers/contentstack/blocks"
|
||||
|
||||
export interface ShortcutsProps extends Shortcut {
|
||||
firstItem?: boolean
|
||||
}
|
||||
|
||||
export type ShortcutsListProps = {
|
||||
linkList: ShortcutsProps["shortcuts"]
|
||||
}
|
||||
Reference in New Issue
Block a user