ing
This commit is contained in:
parent
59d61ce5d6
commit
84d7b11f49
|
@ -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",
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user