fix: types

This commit is contained in:
Daniel Hougaard
2025-03-05 21:22:06 +04:00
parent bdbb6346cb
commit df21a1fb81

View File

@@ -183,7 +183,7 @@ export const fnSecretsV2FromImports = async ({
depth: number;
parentImportedSecrets: (TSecretsV2 & {
secretValueHidden: boolean;
secretTags: { slug: string; name: string; id: string; color: string }[];
secretTags: { slug: string; name: string; id: string; color?: string | null }[];
})[];
}[] = [{ secretImports: rootSecretImports, depth: 0, parentImportedSecrets: [] }];