Type Alias KSRoleWithUsersUpdateuserIdsInput

KSRoleWithUsersUpdateuserIdsInput: {
    push?: string | string[];
    set?: string[];
}