Type alias DeleteFilesDataArg

DeleteFilesDataArg: {
    cascade?: boolean;
    groupId: string;
    path: string;
}

Type declaration

  • Optional cascade?: boolean

    If true, delete all files in the directory

  • groupId: string
  • path: string