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

    Interface ICopyEntry


    @author: Kaven @email: kaven@wuwenkai.com @website: http://blog.kaven.xyz @file: [Kaven-Utils] /src/interface/ICopyEntry.ts @create: 2026-07-29 14:02:48.057 @modify: 2026-07-30 12:15:49.285 @version: 6.1.8 @times: 2 @lines: 21 @copyright: Copyright © 2026 Kaven. All Rights Reserved. @description: Defines the ICopyEntry data contract. @license: [license]


    interface ICopyEntry {
        dest: string;
        override?: boolean;
        src: string | string[];
    }
    Index
    dest: string
    override?: boolean
    src: string | string[]