5 lines
59 B
TypeScript
5 lines
59 B
TypeScript
|
export class FAQ {
|
||
|
question: string;
|
||
|
answer: string;
|
||
|
}
|