File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/product/dto Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import {
20
20
import { SetDbType } from '~/core/database' ;
21
21
import { SetChangeType } from '~/core/database/changes' ;
22
22
import { e } from '~/core/edgedb' ;
23
- import { RegisterResource } from '~/core/resources' ;
23
+ import { LinkTo , RegisterResource } from '~/core/resources' ;
24
24
import { DbScriptureReferences } from '../../scripture' ;
25
25
import {
26
26
ScriptureRangeInput ,
@@ -54,8 +54,8 @@ export class Product extends Producible {
54
54
static readonly Parent = ( ) =>
55
55
import ( '../../engagement/dto' ) . then ( ( m ) => m . LanguageEngagement ) ;
56
56
57
- readonly engagement : ID ;
58
- readonly project : ID ;
57
+ readonly engagement : Secured < LinkTo < 'LanguageEngagement' > > ;
58
+ readonly project : Secured < LinkTo < 'Project' > > ;
59
59
60
60
@Field ( )
61
61
@DbLabel ( 'ProductMedium' )
You can’t perform that action at this time.
0 commit comments