feat: add authentication
This commit is contained in:
@@ -15,6 +15,7 @@ export type Article = {
|
||||
status: "finished" | "not-finished";
|
||||
date: Date;
|
||||
link: string;
|
||||
image?: string;
|
||||
author?: string;
|
||||
rating?: number;
|
||||
};
|
||||
|
Reference in New Issue
Block a user