Skip to content

Commit

Permalink
add missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Feb 20, 2025
1 parent f4657c4 commit 03ddf66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/read-env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare module "read-env" {
export default function readEnv(name: string): Record<string, unknown>;
}
1 change: 1 addition & 0 deletions types/xcode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ declare module 'xcode' {
}

export interface PBXShellScriptBuildPhase {
isa?: string;
shellScript: string;
inputFileListPaths?: string[];
outputFileListPaths?: string[];
Expand Down

0 comments on commit 03ddf66

Please sign in to comment.