UNPKG

@alisdigital/types-library

Version:

TypeScript type definitions for Papilet ecosystem with session soft delete and event management features

11 lines (10 loc) 289 B
import { IUserResponse } from "../../Auth/response/user.response"; export interface IExtendedUserResponse extends IUserResponse { referenceLetter?: string; socialMedia?: { facebook: string; instagram: string; sahibinden: string; }; ciro?: number; }