export type NgDocExtractedValue = string | number | boolean | null | undefined;
