/** * Empty attributes option. */ export type EmptyAttributesOption = 'as-is' | 'none' | 'all'; /** * Empty attributes force quotes option. */ export type EmptyAttributesForceQuotesOption = string[];