ember-changeset icon indicating copy to clipboard operation
ember-changeset copied to clipboard

Typescript

Open basz opened this issue 2 years ago • 1 comments

Hi,

How would I prevent this following typescript error?

image

basz avatar Feb 12 '23 15:02 basz

There's an EmberChangeset export that is the js class. So doing this gives you the class you want:

import { EmberChangeset as Changeset } from 'ember-changeset';

emattias avatar Jan 13 '25 15:01 emattias