/** * Objeto de entrada da action commitAttachment. */ export interface CommitAttachmentIn { /** * Identificador do anexo */ id: string; }