mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix linter
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import { generateUUID } from "@/utils/id";
|
import { generateUUID } from "@/utils/id";
|
||||||
import type { SerializedScene } from "@/services/storage/types";
|
import type { SerializedScene } from "@/services/storage/types";
|
||||||
import type { MigrationResult, ProjectRecord } from "./types";
|
import type { MigrationResult, ProjectRecord } from "./types";
|
||||||
import { getProjectId, isRecord } from "./utils";
|
import { isRecord } from "./utils";
|
||||||
|
|
||||||
export interface TransformV0ToV1Options {
|
export interface TransformV0ToV1Options {
|
||||||
now?: Date;
|
now?: Date;
|
||||||
|
|||||||
Reference in New Issue
Block a user