0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 21:48:32 +00:00
renovatebot_renovate/lib/modules/manager/terragrunt/common.ts
RahulGautamSingh c93154bd24
refactor: enums to unions (#18747)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2022-11-05 09:12:03 +00:00

3 lines
114 B
TypeScript

export type TerragruntResourceTypes = 'unknown';
export type TerragruntDependencyTypes = 'unknown' | 'terraform';