website refactor
This commit is contained in:
5
apps/website/lib/view-data/ActionsViewData.ts
Normal file
5
apps/website/lib/view-data/ActionsViewData.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { ActionItem } from '@/lib/queries/ActionsPageQuery';
|
||||
|
||||
export interface ActionsViewData {
|
||||
actions: ActionItem[];
|
||||
}
|
||||
Reference in New Issue
Block a user