import { Option } from "./_commons"; export interface ResourceError { /** The resource tag name */ tag_name: string; /** The resource id */ id?: Option; /** The resource src */ src: string; /** The resource type specific info */ detail: string; }