interface UpdateSCMRequest {
    accountScmInfoUpdateRequest: AccountScmInfoUpdateRequest & {
        value?: SCMAuthGitValue | SCMAuthPATValue;
    };
}

Properties

accountScmInfoUpdateRequest: AccountScmInfoUpdateRequest & {
    value?: SCMAuthGitValue | SCMAuthPATValue;
}