github.creategistprops
Home > @runlightyear/github > CreateGistProps
CreateGistProps interface
Signature:interface CreateGistProps
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
files | GitHubTypes.Files | Names and content for the files that make up the gist |
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
description? | string | Description of the gist | |
isPublic? | boolean | Flag indicating whether the gist is public |