Skip to content

Instantly share code, notes, and snippets.

@witalobenicio
Created July 27, 2021 14:50
Show Gist options
  • Save witalobenicio/9e0c942977a960669a844aca7fb28f1a to your computer and use it in GitHub Desktop.
Save witalobenicio/9e0c942977a960669a844aca7fb28f1a to your computer and use it in GitHub Desktop.
export interface IQueue {
getUrl(): string;
getPriorityQueue(): IQueue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment