/** * This interface represents the structure of an object that can be registered with SimpleXDM. Implementations * will be a structure containing add-on operations. See https://bitbucket.org/atlassian/simple-xdm for more * details. */ export interface SimpleXdmDefinition { }