mirror of
https://github.com/renovatebot/renovate.git
synced 2024-12-22 21:48:32 +00:00
c93154bd24
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
3 lines
114 B
TypeScript
3 lines
114 B
TypeScript
export type TerragruntResourceTypes = 'unknown';
|
|
export type TerragruntDependencyTypes = 'unknown' | 'terraform';
|