interface JWK_EC_Public implements JWKParametersimport { type JWK_EC_Public } from "https://dotland.deno.dev/x/jose@v5.9.2/index.ts"; Convenience interface for Public EC JSON Web Keys Propertiescrv: stringCurve x: stringX Coordinate y: stringY Coordinate