interface Publisher {
    id: UID;
    module_name: string;
    package: string;
}

Properties

id: UID
module_name: string
package: string