add remarks example

pull/3/head
SiRanWeb 2022-10-24 22:05:12 +03:00
rodzic 423e86f86e
commit 2da240af8e
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -3,7 +3,9 @@ import {ASBase} from "./ASBase.model";
// TODO: types
// https://www.w3.org/TR/activitystreams-core/#object
export interface ASObjectFields {
/** @remarks Example remark for id */
id?: any;
type?: any;
attachment?: any;
attributedTo?: any;