Type Alias DocsRedocOptions

DocsRedocOptions: {
    customCss?: string;
    customCssUrl?: string;
    customJs?: string;
}