Files
KArtSell.Aegis/docs/Design/kbx-foundation-v36/packages/kbx-contracts/src/help.ts
T

10 lines
229 B
TypeScript

export interface KbxHelpContent {
key: string
title: string
purpose: string
steps?: string[]
shortcuts?: { key: string; description: string }[]
cautions?: string[]
relatedScreens?: { id: string; title: string }[]
}