export interface LastPage {
    readonly url: string;
}
