UNPKG

dawn-interfaces

Version:

Dawn application interfaces

17 lines (16 loc) 415 B
export interface IDynamicMessage { id: string; createdAt: string; ownerId: string; clientMessagingId: string; isDeleted: boolean; messageText: string; mlsListingContextId: string | null; mlsImageUrl: string | null; } export declare enum EMessageReplyTypes { savedListing = "savedListing", message = "message", recommendation = "recommendation", showing = "showing" }