moved folders around and added janken
This commit is contained in:
5
main-web/client/src/models/IContactQuestion.ts
Normal file
5
main-web/client/src/models/IContactQuestion.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface IContactQuestion {
|
||||
id: number;
|
||||
question: string;
|
||||
answer: string;
|
||||
}
|
||||
Reference in New Issue
Block a user