We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614c1cf commit ec7ad41Copy full SHA for ec7ad41
src/components/engagement/dto/engagement.dto.ts
@@ -65,7 +65,7 @@ export const resolveEngagementType = (val: Pick<AnyEngagement, '__typename'>) =>
65
* This should be used for GraphQL but never for TypeScript types.
66
*/
67
class Engagement extends ChangesetAwareResource {
68
- static readonly DB = abstractType(e.Engagement);
+ static readonly DB: any = abstractType(e.Engagement);
69
static readonly Props: string[] = keysOf<Engagement>();
70
static readonly SecuredProps: string[] = keysOf<SecuredProps<Engagement>>();
71
static readonly Parent = import('../../project/dto').then((m) => m.IProject);
0 commit comments