Type alias IBookmarkValue

IBookmarkValue: {
    field: string;
    type: string;
    values: string | IFieldValue;
}

Type declaration