File tree 3 files changed +1
-37
lines changed
packages/definitions/whitewind/lib
3 files changed +1
-37
lines changed Original file line number Diff line number Diff line change 1
- https://github.com/whtwnd/whitewind-blog/tree/c5bbe235a8500c3d9369c0a25e6eb8270882461c /lexicons
1
+ https://github.com/whtwnd/whitewind-blog/tree/58928d674fd5a1ad98ff0ef5e5137ccbfd525a9f /lexicons
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
import '@atcute/client/lexicons' ;
10
10
11
11
declare module '@atcute/client/lexicons' {
12
- namespace ComWhtwndBlogComment {
13
- /** A declaration of a comment. */
14
- interface Record {
15
- $type : 'com.whtwnd.blog.comment' ;
16
- /** Maximum string length: 1000 */
17
- content : string ;
18
- entryUri : At . Uri ;
19
- }
20
- }
21
-
22
12
namespace ComWhtwndBlogDefs {
23
13
interface BlobMetadata {
24
14
[ Brand . Type ] ?: 'com.whtwnd.blog.defs#blobMetadata' ;
@@ -117,7 +107,6 @@ declare module '@atcute/client/lexicons' {
117
107
}
118
108
119
109
interface Records {
120
- 'com.whtwnd.blog.comment' : ComWhtwndBlogComment . Record ;
121
110
'com.whtwnd.blog.entry' : ComWhtwndBlogEntry . Record ;
122
111
}
123
112
You can’t perform that action at this time.
0 commit comments