schema key alias

Is there a way that I can create an alias to a key in the type?
Like this:
import { type } from "arktype";

const thing = type({
  "['quality' | 'q']": "number",
})
Was this page helpful?