Record
organization
No description available.
record organization {
company: string,
department: option<string>,
title: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| company | string | |
| department | option<string> | |
| title | option<string> |
No description available.
record organization {
company: string,
department: option<string>,
title: option<string>,
}| Name | Type | Description |
|---|---|---|
| company | string | |
| department | option<string> | |
| title | option<string> |