export type TypeDocConfig = { plugin?: string[]; theme?: string[]; customCss?: string; customJs?: string; };