Interface UserBasicInfoInterface

interface UserBasicInfoInterface {
    imageUrl: string;
    nickname: string;
}

Hierarchy (view full)

Properties

Properties

imageUrl: string
nickname: string