Add status messages for the Support Form
Summary: Shows status messages for the Support Form Reviewed By: passy Differential Revision: D17601944 fbshipit-source-id: a2a8ad392dfbaf467625eb809020d687d066da57
This commit is contained in:
committed by
Facebook Github Bot
parent
05328167c6
commit
9bad9ba976
@@ -42,7 +42,7 @@ export type ServerPorts = {
|
|||||||
secure: number;
|
secure: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
type StatusMessageType = {
|
export type StatusMessageType = {
|
||||||
msg: string;
|
msg: string;
|
||||||
sender: string;
|
sender: string;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user