oak-common-aspect/es/locales.d.ts

11 lines
202 B
TypeScript

export declare function getTranslations(options: {
namespace: string | string[];
locale: string;
}): Promise<{
common: {
action: {
confirm: string;
};
};
}>;