Initial commit of working RSS Aggregator build
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
export type KeysMap = {
|
||||
[index in string]: string;
|
||||
};
|
||||
export declare class QueueKeys {
|
||||
readonly prefix: string;
|
||||
constructor(prefix?: string);
|
||||
getKeys(name: string): KeysMap;
|
||||
toKey(name: string, type: string): string;
|
||||
getQueueQualifiedName(name: string): string;
|
||||
}
|
||||
Reference in New Issue
Block a user