UNPKG

@redwoodjs/sdk

Version:

A full-stack webapp toolkit designed for TypeScript, Vite, and React Server Components

11 lines (10 loc) 193 B
export const MESSAGE_TYPE = { RSC_START: 0, RSC_CHUNK: 1, RSC_END: 2, ACTION_REQUEST: 3, ACTION_RESPONSE: 4, ACTION_ERROR: 5, ACTION_CHUNK: 6, ACTION_END: 7, };