interface ContentDto {
    content: string;
    locale: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

content: string
locale: string