1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-06-17 17:58:41 +03:00
parent 1a15004918
commit afbecf139b

View File

@ -25,7 +25,7 @@ import { productName } from "../vars";
import { WeblinkStore } from "../weblink-store";
export interface WebLinkStatus extends CatalogEntityStatus {
phase: "valid" | "invalid";
phase: "available" | "unavailable";
}
export type WebLinkSpec = {