export interface HandlerDiscoveredResourceDto { /** Unique identifier for this resource. */ id?: string; metadata?: Record; /** Human-readable label for this resource. */ name?: string; /** Type of resource within the provider (e.g. `channel`, `repo`, `linear_team`). */ resourceType?: string; }