• Parameters

    • app: Application

    Returns {
        options: () => {
            customDescription: undefined
            | string;
            customTitle: undefined | string;
            footerDate: boolean;
            footerLastModified: boolean;
            footerTime: boolean;
            footerTypedocVersion: boolean;
            hideGenerator: boolean;
            outDir: undefined | string;
        };
    }