interface UpdateDto {
    author: string;
    created_at: string;
    id: number;
    publish: boolean;
    publish_locations: string[];
    translations: StatusV1.ContentDto[];
    updated_at: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

author: string
created_at: string
id: number
publish: boolean
publish_locations: string[]

(Legal values: riotclient, riotstatus, game)

translations: StatusV1.ContentDto[]
updated_at: string