Skip to content

Commit

Permalink
v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dakln committed Oct 17, 2024
1 parent a299324 commit 6c6a9d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/create-aces-json.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import type { LostCategoryBase } from "../lib/entities.ts";
import type { LostCategoryDefault } from "../lib/entities.ts";
import type { AcesJSON, AceAction, AceCondition, AceExpression, AceParam } from "../lib/json.ts";

import { BUILD_PATH } from "./paths.ts";

interface CreateAcesJSONOptions {
CATEGORIES: LostCategoryBase[];
CATEGORIES: LostCategoryDefault[];
}

export async function createAcesJSON(options: CreateAcesJSONOptions) {
Expand Down

0 comments on commit 6c6a9d9

Please sign in to comment.