General History Drawer now works
This commit is contained in:
@@ -53,12 +53,12 @@ export const updateEmployeeStatusByName =
|
||||
};
|
||||
|
||||
// Type definitions for Paginated History API
|
||||
interface HistoryEntry {
|
||||
type HistoryEntry = {
|
||||
name: string;
|
||||
status: string;
|
||||
updatedAt: Date;
|
||||
}
|
||||
interface PaginatedHistory {
|
||||
type PaginatedHistory = {
|
||||
data: HistoryEntry[];
|
||||
meta: {
|
||||
current_page: number;
|
||||
|
Reference in New Issue
Block a user