Remove unused GDPR fragment

This commit is contained in:
Logan Ramos 2022-02-11 10:14:07 -05:00
parent 4844c1abdc
commit c8441440a1
No known key found for this signature in database
GPG key ID: D9CCFF14F0B18183

View file

@ -221,12 +221,6 @@ export function isIExtensionIdentifier(thing: any): thing is IExtensionIdentifie
&& (!thing.uuid || typeof thing.uuid === 'string');
}
/* __GDPR__FRAGMENT__
"ExtensionIdentifier" : {
"id" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"uuid": { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
export interface IExtensionIdentifier {
id: string;
uuid?: string;