/** * Model: HasEffectsTrait * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ import { Effect } from '../effect'; export interface HasEffectsTrait { /** An array of effects attached to this node (see effects section for more details) */ effects: Effect[]; } //# sourceMappingURL=has-effects-trait.d.ts.map