Type Alias ElementMetaAttributes

ElementMetaAttributes: {
    _element_parent?: AttributeData<
        AttributeValueTypeElement
        | Element
        | string,
    >;
    _type: string;
    author?: User;
    hash: string;
    isPublic?: boolean;
    links?: RestApiLink[];
    organization: string;
    timestamp?: string;
}

Type declaration