export interface UserAppletTokenDto { tenantCode: string; appletCode: string; token: string; }