import { HyperlinkModel } from "@paperbits/common/permalinks";

export class DetailsOfApiModel {    
    /**
     * Link to a page that contains API changelog.
     */
    public changeLogPageHyperlink: HyperlinkModel;
}
