UNPKG

yg-tools

Version:

some convenient APIs and Methods for Youngon

10 lines (9 loc) 231 B
export declare class Haskey { head: string; name: string; phone: string; stuid: string; constructor(haskey?: Partial<Haskey>); static createHaskey(haskey?: Partial<Haskey>): Haskey; } export default Haskey;