Logo
Explore Help
Register Sign In
AI_POC/TERES_web_frontend
11
0
Fork 0
You've already forked TERES_web_frontend
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
a1282de74fdf4465ec404cc06046986410b08b41
TERES_web_frontend/src/interfaces/request/base.ts

8 lines
211 B
TypeScript
Raw Normal View History

feat: add new interfaces, services, and utilities for API integration refactor: reorganize type definitions and improve type safety build: add lodash and @types/lodash as dependencies chore: update tsconfig and vite config for path aliases style: improve code organization and add documentation comments fix: correct type usage in LanguageSwitcher component perf: implement snackbar provider for global notifications test: add new test interfaces and utility functions ci: update pnpm-lock.yaml with new dependencies
2025-10-10 15:09:04 +08:00
export interface IPaginationRequestBody {
keywords?: string;
page?: number;
page_size?: number; // name|create|doc_num|create_time|update_time, default:create_time
orderby?: string;
desc?: string;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 40ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API