Fix tests and use proper types for disregarding XMLComponent
This commit is contained in:
@ -8,7 +8,7 @@ export abstract class BaseXmlComponent {
|
||||
this.rootKey = rootKey;
|
||||
}
|
||||
|
||||
public abstract prepForXml(): IXmlableObject;
|
||||
public abstract prepForXml(): IXmlableObject | undefined;
|
||||
|
||||
public get IsDeleted(): boolean {
|
||||
return this.deleted;
|
||||
|
Reference in New Issue
Block a user