export declare type TaskAddTagRequest = { /** * The tag to add to the task. */ tag: string; };