interface RelationBean {
    id?: string;
    self?: string;
}

Properties

Properties

id?: string
self?: string