mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added tag deletion interface
This commit is contained in:
parent
0a75feef8d
commit
04a7b28a53
16 changed files with 195 additions and 39 deletions
|
@ -6,7 +6,7 @@ import { CallEffect } from 'redux-saga/effects';
|
|||
import { AxiosResponse } from 'axios';
|
||||
|
||||
export interface ITag {
|
||||
id: number;
|
||||
ID: number;
|
||||
title: string;
|
||||
|
||||
data: Record<string, string>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue