export const PUSH_SAVE_ALERTKEY = "push_save_alertkey";
export const SAVE_TYPE_DRAFT = "draft";
export const SAVE_TYPE_SENT = "sent";
export const FIELD_TEXT = "text";
export const FIELD_LABEL = "label";
export const FIELD_TOPIC = "topic";
export const ALERT_TTL_MS = 5000;