File

src/module/faq.item.ts

Index

Properties

Properties

answer
answer: string
Type : string
id
id: string
Type : string
Optional
question
question: string
Type : string
export interface FaqItem {
  id?: string;
  question: string;
  answer: string;
}

result-matching ""

    No results matching ""