Skip to main content

RemoveCollaboratorParams

Signature

interface RemoveCollaboratorParams extends Omit<OctokitParameterType<Octokit['rest']['repos']['removeCollaborator']>, 'repo' | 'owner' | 'username'> 

Extends: Omit<OctokitParameterType<Octokit['rest']['repos']['removeCollaborator']>, 'repo' | 'owner' | 'username'>

Properties

Property

Modifiers

Type

Description

owner?

string

(Optional) 레포지토리의 소유자입니다.

repo?

string

(Optional) 레포지토리의 이름입니다.

username

string

제거할 팀원의 사용자 이름입니다.