This commit is contained in:
crusader 2018-06-21 19:26:40 +09:00
parent 8cacd9aa20
commit 04e77645af

View File

@ -3,7 +3,7 @@ import { MetaCryptoType } from '../meta';
export interface Service {
metaCryptoType?: MetaCryptoType;
name?: string;
key?: string;
description?: string;
port?: Port;