feat: add collection functionality
This commit is contained in:
@@ -20,3 +20,8 @@ export interface NewLink {
|
||||
ownerId: number | undefined;
|
||||
};
|
||||
}
|
||||
|
||||
export interface NewCollection {
|
||||
name: string;
|
||||
description: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user