Type alias DeleteDataJob

DeleteDataJob: {
    cascade?: boolean;
    paths: string[];
}

Type declaration

  • Optional cascade?: boolean

    Whether to delete all child paths

  • paths: string[]

    Paths to delete