diff --git a/src/io/persisted.ts b/src/io/persisted.ts index a0b0e75..88b4352 100644 --- a/src/io/persisted.ts +++ b/src/io/persisted.ts @@ -12,7 +12,7 @@ import { UnwrapArr, } from '../types/utilTypes'; -type CreateIObjectOpts = { +export type CreateIObjectOpts = { filename: string; defaultData: T; directory?: string;