UNPKG

@redwoodjs/sdk

Version:

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

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