import type { TagBase } from './TagBase'; export declare type TagRequest = (TagBase & { /** * An array of strings identifying users. These can either be the string "me", an email, or the gid of a user. */ followers?: Array; /** * Gid of an object. */ workspace?: string; });