interface Base {
    perPage?: number;
}

Properties

Properties

perPage?: number