chore: consistent UI statement
This commit is contained in:
Vendored
+1
-2
@@ -1,5 +1,4 @@
|
||||
import { PageActionType } from './types';
|
||||
|
||||
type PageActionType = 'create' | 'update' | 'view' | 'edit';
|
||||
declare namespace Global {
|
||||
type WithFalse<T> = T | false;
|
||||
interface Pagination {
|
||||
|
||||
Reference in New Issue
Block a user