This commit is contained in:
crusader 2018-06-20 15:09:00 +09:00
parent 59d61ce5d6
commit 84d7b11f49
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "@overflow/commons-typescript",
"author": "Loafle <rnd@loafle.com>",
"description": "Commons module of overflow",
"version": "0.0.14",
"version": "0.0.15",
"license": "COMMERCIAL",
"private": true,
"main": "./index.js",

View File

@ -3,7 +3,7 @@ import { MetaMemberStatus } from '../meta';
export interface Member {
id?: number;
email?: string;
password?: string;
pw?: string;
name?: string;
phone?: string;
companyName?: string;