/** Device Replacement Type coming from MyAdmin. */ export interface IReplacementTypeDetails { /** Gets or sets id of the replacement type coming from MyAdmin. */ id: number; /** Gets or sets name of the replacement type coming from MyAdmin. */ name: string; } //# sourceMappingURL=replacement_type_details.d.ts.map