Type alias DeleteJsonDataArg

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

Type declaration

  • Optional cascade?: boolean

    Whether to delete all child paths

  • groupId: string
  • path: string