/** * Model: FrameInfoContainingComponentSet * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ export interface FrameInfoContainingComponentSet { /** The ID of the component set node. */ nodeId?: string; /** The name of the component set node. */ name?: string; } //# sourceMappingURL=frame-info-containing-component-set.d.ts.map