UNPKG

scheunemann-interfaces

Version:
8 lines (7 loc) 142 B
export declare class CreateCredentialDto { email: string; name: string; password: string; phone: string; constructor(); }