/** * This is auto-generated file, don't modify this file manually */ /** * Doc attachment type */ export declare type DocsDocAttachmentType = 'doc' | 'graffiti' | 'audio_message';