feat: move categories to directus
This commit is contained in:
@@ -49,6 +49,12 @@ export type Post = {
|
||||
updated_date: Date;
|
||||
};
|
||||
|
||||
export type Category = {
|
||||
slug: string;
|
||||
title: string;
|
||||
description: string;
|
||||
};
|
||||
|
||||
export type Application = {
|
||||
id: string;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user