mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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,
|
order: string,
|
||||||
adminApi: AdminApi | null,
|
adminApi: AdminApi | null,
|
||||||
commentsIsLoading?: boolean,
|
commentsIsLoading?: boolean,
|
||||||
commentIdToHighlight: string | null,
|
commentIdToHighlight: string | null
|
||||||
commentLikeLoadingId?: string | null
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export type TranslationFunction = (key: string, replacements?: Record<string, string | number>) => string;
|
export type TranslationFunction = (key: string, replacements?: Record<string, string | number>) => string;
|
||||||
|
|
Loading…
Add table
Reference in a new issue