export interface CanDMFeedResponse {
    cta: string;
    showDm: boolean;
}
