We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202bb18 commit 3e6f1eeCopy full SHA for 3e6f1ee
src/models/pubsub-contacts-message.model.ts
@@ -1,8 +1,8 @@
1
import { Contact } from "./contact.model";
2
3
export enum PubSubContactsState {
4
- "IN_PROGRESS",
5
- "COMPLETE",
+ IN_PROGRESS = "IN_PROGRESS",
+ COMPLETE = "COMPLETE",
6
}
7
8
export type PubSubContactsMessage = {
0 commit comments