refactor: integrate standard pagination, update payment methods API, and replace custom data table with EnterpriseDataTable component
This commit is contained in:
@@ -34,6 +34,9 @@ export const ModuleAction = {
|
||||
|
||||
LOGS: 'LOGS',
|
||||
NOTES: 'NOTES',
|
||||
|
||||
FILTER: 'FILTER',
|
||||
CONFIG: 'CONFIG',
|
||||
} as const;
|
||||
|
||||
/**
|
||||
@@ -145,7 +148,7 @@ export interface SelectionSlice<
|
||||
export interface EnterpriseModuleState<
|
||||
E extends BaseEntity = BaseEntity,
|
||||
TFilter = Record<string, unknown>,
|
||||
TMeta = Record<string, unknown>
|
||||
TMeta = Record<string, unknown>,
|
||||
> {
|
||||
metaData: TMeta | null;
|
||||
setMetaData: (data: TMeta | null) => void;
|
||||
|
||||
Reference in New Issue
Block a user