Skip to content

Commit

Permalink
fix: upgrade types
Browse files Browse the repository at this point in the history
  • Loading branch information
JonDotsoy committed Jan 22, 2023
1 parent c55e293 commit 4269e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.ts
Expand Up @@ -48,7 +48,7 @@ export type TypeCustom = { Custom: [string, string] }
export type CustomTypes = TypeString | TypeBoolean | TypeNumber | TypeCustom

export interface parser_values {
(program_source: Program, values: Record<string, undefined | string>, customTypes?: string[]): Record<string, CustomTypes>;
(program_source: Program, values: Record<string, undefined | string>, customTypes?: string[]): Map<string, CustomTypes>;
}

export interface Envuse {
Expand Down

0 comments on commit 4269e40

Please sign in to comment.