Type alias DeleteFolderData

DeleteFolderData: {
    name: string;
    workspace: string;
}

Type declaration

  • name: string
  • workspace: string