type alias PlainObjectimport { type PlainObject } from "https://deno.land/x/is_what@v4.1.15/src/index.ts"; definition: Record<string | number | symbol, any>