mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-24 19:46:11 +08:00
11 lines
369 B
TypeScript
11 lines
369 B
TypeScript
|
import { ApiKeyCredentials } from "./apiKeyCredentials";
|
||
|
export declare class DomainCredentials extends ApiKeyCredentials {
|
||
|
/**
|
||
|
* Creates a new EventGrid DomainCredentials object.
|
||
|
*
|
||
|
* @constructor
|
||
|
* @param {string} domainKey The EventGrid domain key
|
||
|
*/
|
||
|
constructor(domainKey: string);
|
||
|
}
|
||
|
//# sourceMappingURL=domainCredentials.d.ts.map
|