@swizzyweb/swizzy-web-service
    Preparing search index...

    Interface GetAppDataPathFromPropsProps

    interface GetAppDataPathFromPropsProps {
        appDataRoot: string;
        logger: ILogger<any>;
        packageName: string;
    }
    Index

    Properties

    appDataRoot: string
    logger: ILogger<any>
    packageName: string