Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 23, 2023
1 parent 7efc3a9 commit 26a3ed9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Option/Index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export interface Type {
export default {
url: "/",
Logger: 2,
} satisfies Type as Type;
} satisfies Type;
5 changes: 4 additions & 1 deletion Target/Option/Index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ export interface Type {
url?: string;
logger?: number;
}
declare const _default: Type;
declare const _default: {
url: string;
Logger: number;
};
export default _default;

0 comments on commit 26a3ed9

Please sign in to comment.