mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
Cleanup
This commit is contained in:
parent
76d08f1696
commit
d68bd9375b
1 changed files with 1 additions and 2 deletions
|
@ -83,8 +83,7 @@ export type EditableAppContext = {
|
|||
order: string,
|
||||
adminApi: AdminApi | null,
|
||||
commentsIsLoading?: boolean,
|
||||
commentIdToHighlight: string | null,
|
||||
commentLikeLoadingId?: string | null
|
||||
commentIdToHighlight: string | null
|
||||
}
|
||||
|
||||
export type TranslationFunction = (key: string, replacements?: Record<string, string | number>) => string;
|
||||
|
|
Loading…
Reference in a new issue