aimpress-chatbot/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.d.ts
“SamoilenkoVadym” 195299ece0 Initial commit
2025-04-27 17:05:18 +01:00

12 lines
No EOL
453 B
TypeScript

import { ManagedIdentityIdType } from "../utils/Constants.js";
import { ManagedIdentityIdParams } from "./Configuration.js";
export declare class ManagedIdentityId {
private _id;
get id(): string;
private set id(value);
private _idType;
get idType(): ManagedIdentityIdType;
private set idType(value);
constructor(managedIdentityIdParams?: ManagedIdentityIdParams);
}
//# sourceMappingURL=ManagedIdentityId.d.ts.map