1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

node related images

This commit is contained in:
muerwre 2019-07-27 06:33:06 +07:00
parent b8b1e49d94
commit 1a7557eab4
8 changed files with 102 additions and 15 deletions

4
src/redux/types.ts Normal file
View file

@ -0,0 +1,4 @@
export type ITag = {
title: string;
feature: 'red' | 'blue' | 'green' | 'olive' | 'black';
}