0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
This commit is contained in:
Ronald Langeveld 2024-12-16 10:04:04 +07:00
parent 76d08f1696
commit d68bd9375b

View file

@ -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;