Type alias UseMessagesReturnType

UseMessagesReturnType: Readonly<{
    isLoadingMessages: boolean;
    messages: SkipMsgV2[] | SkipMsg[] | null;
    msgsError: string | null;
}>

Type declaration

  • isLoadingMessages: boolean
  • messages: SkipMsgV2[] | SkipMsg[] | null
  • msgsError: string | null