lint: format and lint
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
export type Note = {
|
||||
did: string
|
||||
rkey: string
|
||||
title: string
|
||||
content: string
|
||||
publishedAt: Date
|
||||
createdAt: Date
|
||||
}
|
||||
did: string;
|
||||
rkey: string;
|
||||
title: string;
|
||||
content: string;
|
||||
publishedAt: Date;
|
||||
createdAt: Date;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user