chore: build
This commit is contained in:
+2
-5
@@ -58,13 +58,12 @@ export interface Demo {
|
||||
expires_at: string
|
||||
}
|
||||
|
||||
// Projets vitrine : abonnement de 1 à 12 mois, suspendu à l'échéance puis
|
||||
// supprimé après un délai de grâce (voir internal/projects côté API).
|
||||
// Projets vitrine : abonnement de 1 à 12 mois, supprimé à l'échéance
|
||||
// (voir internal/projects côté API).
|
||||
export type ProjectStatus =
|
||||
| 'pending'
|
||||
| 'provisioning'
|
||||
| 'ready'
|
||||
| 'suspended'
|
||||
| 'deleting'
|
||||
| 'deleted'
|
||||
| 'failed'
|
||||
@@ -81,8 +80,6 @@ export interface Project {
|
||||
months_purchased: number
|
||||
created_at: string
|
||||
expires_at: string
|
||||
delete_at: string
|
||||
suspended_at?: string
|
||||
}
|
||||
|
||||
export interface CreateProjectParams {
|
||||
|
||||
Reference in New Issue
Block a user