import { IParameterGroup } from "../engine/parameter_group"; /** A parameter group to use where there is no parameter group. */ export interface IParameterGroupNone extends IParameterGroup { /** Gets or sets the unique identifier for this entity. see . */ id: string; } //# sourceMappingURL=parameter_group_none.d.ts.map