Definition:
    | string
    | string[]
    | {
        ast: Ast;
    }
    | undefined

Supported ways of expressing conformance (conceptually union should include Flag but that is covered by string).