add translate
This commit is contained in:
@@ -13,6 +13,12 @@ export interface BlogPost {
|
||||
title: string
|
||||
content: string
|
||||
createdAt: string
|
||||
translations?: {
|
||||
[lang: string]: {
|
||||
content: string
|
||||
title?: string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export interface NetworkConfig {
|
||||
|
||||
Reference in New Issue
Block a user