Which is the inferred type T?const v = [{ k: "a" }] as const satisfies readonly { k: string }[];\ntype T = typeof v;