Type Alias DeleteDraftData

DeleteDraftData: {
    kind: "script" | "flow" | "app";
    path: string;
    workspace: string;
}