Skip to main content

github.listrepositoriesforauthenticateduserprops.type

Home > @runlightyear/github > ListRepositoriesForAuthenticatedUserProps > type

ListRepositoriesForAuthenticatedUserProps.type property

Limit results to repositories of the specified type. Will cause a 422 error if used in the same request as visibility or affiliation.

Default: all

Signature:
type?: Array<"all" | "owner" | "public" | "private" | "member">;