Initial commit: Craft2Prints with Stages 1-3
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export type CategoryDTO = {
|
||||
id: string;
|
||||
name: string;
|
||||
slug: string;
|
||||
};
|
||||
Reference in New Issue
Block a user