/** the CustomSecurityIdDefinition */ export interface ICustomSecurityIdDefinition { /** Gets or sets the English translation of the CustomSecurityIdDefinition */ en: string; /** Gets or sets the name of the CustomSecurityIdDefinition */ name: string; } //# sourceMappingURL=custom_security_id_definition.d.ts.map