Skip to content
Snippets Groups Projects
Commit 36e90424 authored by Steve Reis's avatar Steve Reis Committed by stevereis
Browse files

Add shared property

parent acef88a1
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