interface LinkedPage {
    templateUuid?: string;
    traversal?: PathsRepresentation;
    traversalUuid?: string;
}

Properties

templateUuid?: string
traversal?: PathsRepresentation
traversalUuid?: string