/** * Model: LocalVariableCollectionModesInner * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ export interface LocalVariableCollectionModesInner { /** The unique identifier of this mode. */ modeId: string; /** The name of this mode. */ name: string; } //# sourceMappingURL=local-variable-collection-modes-inner.d.ts.map