// Generated by tsbindgen - Architecture // Namespace: Microsoft.Extensions.Configuration.UserSecrets // Assembly: Microsoft.Extensions.Configuration.UserSecrets // Core type aliases from @tsonic/core import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js'; // Import types from other namespaces import * as System_Internal from "@tsonic/dotnet/System/internal/index.js"; import type { Attribute, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js"; export interface PathHelper$instance { readonly __tsonic_type_Microsoft_Extensions_Configuration_UserSecrets_PathHelper: never; } export const PathHelper: { new(): PathHelper; GetSecretsPathFromSecretsId(userSecretsId: string): string; }; export type PathHelper = PathHelper$instance; export interface UserSecretsIdAttribute$instance extends Attribute { readonly __tsonic_type_Microsoft_Extensions_Configuration_UserSecrets_UserSecretsIdAttribute: never; readonly UserSecretsId: string; } export const UserSecretsIdAttribute: { new(userSecretId: string): UserSecretsIdAttribute; }; export type UserSecretsIdAttribute = UserSecretsIdAttribute$instance;