UNPKG

@plone/types

Version:

Plone's Types Package

13 lines (11 loc) 202 B
export interface GetTranslationResponse { '@id': string; items: Array<{ '@id': string; language: string; }>; root: RootLanguages; } interface RootLanguages { [key: string]: string; }