feat(organization): add organization rename redirects and redirect management endpoints
This commit is contained in:
@@ -42,6 +42,13 @@ export interface IOrganizationMember {
|
||||
} | null;
|
||||
}
|
||||
|
||||
export interface IOrgRedirect {
|
||||
id: string;
|
||||
oldName: string;
|
||||
organizationId: string;
|
||||
createdAt: string;
|
||||
}
|
||||
|
||||
// Re-export types used by settings
|
||||
import type { TRepositoryVisibility } from './repository.ts';
|
||||
import type { TRegistryProtocol } from './package.ts';
|
||||
|
||||
Reference in New Issue
Block a user