export const MessageResponseStatus = {
  Success: 0 as const,
  SizeLimitExceeded: 4 as const,
};
