fix(core): update

This commit is contained in:
Philipp Kunz 2020-09-26 12:33:48 +00:00
parent 6ec0d9dc02
commit d9e75a6a57

View File

@ -1,4 +1,4 @@
export interface IProjectSettings {
export interface IHandlerSettings {
slug: string;
packageName: string;
environmentVariables: { [key: string]: string };