Record
create-blob-params
No description available.
record create-blob-params {
owner: string,
repo: string,
content: string,
encoding: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| content | string | |
| encoding | option<string> |