UNPKG

@ngn-net/giftcard-shared

Version:

Shared library for gifts score microservices

9 lines (8 loc) 164 B
export declare class GetCredentialDto { passwd?: string; token?: string; userid: string; } export declare class GetUserTwofaDto { userid: string; }