export interface RemoveAttachment {
  /** The ID of the attachment. */
  id: string;
}
