Collectable: {
    attributes: Record<string, unknown>;
    id: string;
    timestamp: number;
} & ({
    args: unknown[];
    type: "Log";
} | CollectableMetrics)