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 |
---|---|---|---|
string | (Optional) 레포지토리의 소유자입니다. | ||
string | (Optional) 레포지토리의 이름입니다. | ||
string | 제거할 팀원의 사용자 이름입니다. |