Sang Hoo Park

Results 1 issues of Sang Hoo Park

Here is my example factory code ``` import { defineFactory } from '@julr/factorify'; interface Member { createId:string username:string password:string name:string refreshToken:string id:string type:string loginType:string nickname:string mobileNumber:string email:string birthYear:string birthday:string isAutoLogin:boolean...