Close full operational audit findings
This commit is contained in:
@@ -28,6 +28,10 @@ export interface ProjectCreate {
|
||||
region?: string
|
||||
}
|
||||
|
||||
export interface ProjectUpdate extends Partial<ProjectCreate> {
|
||||
status?: 'active' | 'archived'
|
||||
}
|
||||
|
||||
export interface ProjectListResponse {
|
||||
items: ProjectRead[]
|
||||
total: number
|
||||
|
||||
Reference in New Issue
Block a user