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