Accepting Schema.Literal as a function parameter in Typescript

How do I accept / type Schema.Literal as a function parameter? I can't figure it out. I want my users to be able to pass literal/s to the function?
Was this page helpful?