mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-07 22:28:01 +02:00
change order of repository status
This commit is contained in:
+5
-4
@@ -66,12 +66,13 @@ export interface Branch {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export type RepositoryStatus =
|
export type RepositoryStatus =
|
||||||
| "ready"
|
| "queue"
|
||||||
| "preparing"
|
| "preparing"
|
||||||
| "expired"
|
|
||||||
| "removed"
|
|
||||||
| "download"
|
| "download"
|
||||||
| "queue";
|
| "ready"
|
||||||
|
| "expired"
|
||||||
|
| "removed";
|
||||||
|
|
||||||
export type SourceStatus = "available" | "unavailable";
|
export type SourceStatus = "available" | "unavailable";
|
||||||
|
|
||||||
export interface Tree {
|
export interface Tree {
|
||||||
|
|||||||
Reference in New Issue
Block a user