0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-30 22:34:01 -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,
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;