import { INameEntity } from "../name_entity"; /** * A Process lock record. * * @deprecated */ export interface ILockType extends INameEntity { /** Gets or sets if the type is disabled. */ isDisabled?: boolean; } //# sourceMappingURL=lock_type.d.ts.map