/** * Id notation option. */ export type IdNotationOption = 'literal' | 'as-is';