Updated API reports due to the package change
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
@@ -221,7 +221,7 @@ export interface MutableConfigSourceOptions {
|
||||
}
|
||||
|
||||
// @public
|
||||
export type Parser = ({ contents }: { contents: string }) => Promise<{
|
||||
export type Parser = (input: { contents: string }) => Promise<{
|
||||
result?: JsonObject;
|
||||
}>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user