File

src/app/model/dto/translation.dto.ts

Description

DTO for translation keys and their parameters.

Index

Properties

Properties

key
key: string
Type : string
params
params: Record<string | string>
Type : Record<string | string>
Optional
export interface TranslationDTO {
  key: string;
  params?: Record<string, string>;
}

results matching ""

    No results matching ""