Skip to content

Commit

Permalink
fix(types): StoreFileId interface
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Dec 28, 2023
1 parent 3343136 commit d7b0f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export enum StoreFileExtension {
* Get from user for select store file.
*/
export interface StoreFileId {
// [P: string]: unknown;
[P: string]: unknown;

/**
* The store filename.
Expand Down

0 comments on commit d7b0f61

Please sign in to comment.