kaven-utils - v6.1.2
    Preparing search index...

    Interface ICopyFileOptions

    interface ICopyFileOptions {
        logger?: ILoggingAgent;
        overwrite?: boolean;
        throwOnError?: boolean;
    }

    Hierarchy

    • ILoggable
      • ICopyFileOptions
    Index

    Properties

    logger?: ILoggingAgent
    overwrite?: boolean
    throwOnError?: boolean