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