Skip to content
Snippets Groups Projects
Commit b4056a1c authored by Steve Reis's avatar Steve Reis
Browse files

Add shared property

parent 727b0b4a
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,9 @@ export class ExperimentEditInput {
@Field({ nullable: true })
name?: string;
@Field({ nullable: true })
shared?: boolean;
@Field({ nullable: true })
viewed?: boolean;
}
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