Skip to content

Commit

Permalink
Use better typing for github schema value
Browse files Browse the repository at this point in the history
  • Loading branch information
eddeee888 committed Apr 24, 2023
1 parent 3b1b47a commit 699b68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/plugins-helpers/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export namespace Types {
}

export interface GitHubSchemaOptions {
[githubProtocol: string]: { token: string };
[githubProtocol: string]: { token: `github:${string}` };
}

export type SchemaGlobPath = string;
Expand Down

0 comments on commit 699b68f

Please sign in to comment.