UNPKG

sgnm-neo4j

Version:
15 lines (10 loc) 207 B
/** * Common Pagination DTO for all APIs */ export class PaginationNeo4jParamsWithClassName { page?: number; limit?: number; orderBy?: string; orderByColumn?: string; class_name?: string; }