UNPKG

@enonic/react4xp

Version:
16 lines (13 loc) 269 B
export interface EntrySet { sourceExtensions: string[] sourcePath: string targetSubDir?: string } export interface SymlinksUnderR4xRoot { [orig :string]: boolean } export type VerboseLog = ( item: unknown, label?: string, stringify?: boolean|number ) => void;