interface ProfilePicture {
    urls: string[];
}

Properties

Properties

urls: string[]