Type Alias ObjectMetaInfo
ObjectMetaInfo: {
htmlUrl?: string | null;
id: string;
published?: string | null;
updated?: string | null;
}
Type declaration
OptionalhtmlUrl?: string | null
id: string
Optionalpublished?: string | null
Optionalupdated?: string | null
ObjectMetaInfo Derived information suitable to be displayed in a header line.