Fix pnpm build
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export interface Paste {
|
||||
id: string;
|
||||
title?: string | null;
|
||||
content: string;
|
||||
createdAt: string;
|
||||
views: number;
|
||||
protected?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user