Record
map-commit-author-params
No description available.
record map-commit-author-params {
owner: string,
repo: string,
author-id: string,
email: option<string>,
name: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| author-id | string | |
| option<string> | ||
| name | option<string> |