Skip to main content

github.listorganizationrepositoriesprops.type

Home > @runlightyear/github > ListOrganizationRepositoriesProps > type

ListOrganizationRepositoriesProps.type property

Specifies the types of repositories you want returned. If your organization is associated with an enterprise account using GitHub Enterprise Cloud or GitHub Enterprise Server 2.20+, type can also be internal. However, the internal value is not yet supported when a GitHub App calls this API with an installation access token.

Signature:
type?: "all" | "public" | "private" | "forks" | "sources" | "member" | "internal";