Skip to content
Snippets Groups Projects
Commit dca18435 authored by Lorenz Detterbeck's avatar Lorenz Detterbeck
Browse files

Fix indentation

parent 67f8becd
Branches
Tags
No related merge requests found
enum Format { enum Format {
CHOICE, CHOICE,
BINARY, BINARY,
SCALE, SCALE,
NUMBER, NUMBER,
TEXT, TEXT,
GRID GRID
} }
export class Content { export class Content {
id: string; id: string;
revision: string; revision: string;
roomId: string; roomId: string;
subject: string; subject: string;
body: string; body: string;
round: number; round: number;
format: Format; format: Format;
formatAttributes: Map<string, string>; formatAttributes: Map<string, string>;
} }
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