update typing to be more easily extendible

Signed-off-by: Andrew Tran <atran@brex.com>
This commit is contained in:
Andrew Tran
2021-11-29 09:59:48 -06:00
parent 3a01096ddd
commit 346c3a6516
+1 -1
View File
@@ -80,6 +80,6 @@ export interface Config {
cronjobs?: string;
jobs?: string;
ingresses?: string;
};
} & { [pluralKind: string]: string };
};
}