Colors + profile mapping + socialNetworks urls. Missing images
This commit is contained in:
11
src/models/profileColorsModel.js
Normal file
11
src/models/profileColorsModel.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export default class ProfileColorsModel
|
||||
{
|
||||
bannerTop = "";
|
||||
bannerBottom = "";
|
||||
accent = "";
|
||||
menu = "";
|
||||
|
||||
static createFromApiResult(apiResult){
|
||||
return Object.assign(new ProfileColorsModel(), apiResult)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user