__tableName is undefined
id: Id<"blocks"> | Id<"tables">; and I want to have a quick way to check the type of id.Currently I was doing:
const isPageItem = id && id.__tableName === "blocks"; but __tableName seems to be undefined. What should I do?
