Record
user
No description available.
record user {
github-username: option<string>,
id: option<s64>,
joined-at: option<string>,
location: option<string>,
name: option<string>,
profile-image: option<string>,
summary: option<string>,
twitter-username: option<string>,
type-of: option<string>,
username: option<string>,
website-url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| github-username | option<string> | |
| id | option<s64> | |
| joined-at | option<string> | |
| location | option<string> | |
| name | option<string> | |
| profile-image | option<string> | |
| summary | option<string> | |
| twitter-username | option<string> | |
| type-of | option<string> | |
| username | option<string> | |
| website-url | option<string> |