Skip to content
Snippets Groups Projects
Commit 75ac0a22 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Adjust answer model

parent 2b95764b
Branches
Tags
No related merge requests found
import { ContentType } from './content-type.enum';
export class AnswerText {
id: string;
revision: string;
......@@ -7,4 +9,5 @@ export class AnswerText {
body: string;
read: string;
creationTimestamp: Date;
format: ContentType;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment