5 lines
185 B
TypeScript
5 lines
185 B
TypeScript
|
export interface CommunityResourcable {
|
||
|
isCommunityResource(): boolean;
|
||
|
}
|
||
|
export declare function showThrottleMessage(service: string): void;
|
||
|
//# sourceMappingURL=community.d.ts.map
|