Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdh committed Aug 24, 2016
1 parent ec74b4f commit 5dc58e6
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions docs/state.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,23 +172,10 @@ AppStore
},
autofill: {
addresses: [{
name: string,
organization: string,
streetAddress: string,
city: string,
state: string,
postalCode: string,
country: string,
phone: string,
email: string,
guid: Object.<string, <string>> // map of (partition, id) used to access the autofill entry in database
Object.<string, <string>> // map of (partition, id) used to access the autofill entry in database
}],
creditCards: [{
name: string,
card: string,
month: string,
year: string,
guid: Object.<string, <string>> // map of (partition, id) used to access the autofill entry in database
Object.<string, <string>> // map of (partition, id) used to access the autofill entry in database
}]
}
}
Expand Down Expand Up @@ -442,13 +429,15 @@ WindowStore
postalCode: string,
country: string,
phone: string,
email: string
email: string,
guid: Object.<string, <string>> // map of (partition, id) used to access the autofill entry in database
},
autofillCreditCardDetail: {
name: string,
card: string,
month: string,
year: string
year: string,
guid: Object.<string, <string>> // map of (partition, id) used to access the autofill entry in database
}
}
```

0 comments on commit 5dc58e6

Please sign in to comment.