Skip to content

Commit

Permalink
export persisted type
Browse files Browse the repository at this point in the history
  • Loading branch information
jsloat committed Mar 27, 2024
1 parent 720ed1b commit b3deeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/persisted.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
UnwrapArr,
} from '../types/utilTypes';

type CreateIObjectOpts<T> = {
export type CreateIObjectOpts<T> = {
filename: string;
defaultData: T;
directory?: string;
Expand Down

0 comments on commit b3deeb4

Please sign in to comment.