chore: consistent UI statement

This commit is contained in:
jialin
2025-11-20 14:17:08 +08:00
parent 9b63c1a515
commit ebff5695ff
11 changed files with 20 additions and 21 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
import { PageActionType } from './types';
type PageActionType = 'create' | 'update' | 'view' | 'edit';
declare namespace Global {
type WithFalse<T> = T | false;
interface Pagination {