FPSMS-frontend
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

client.ts 174 B

12345
  1. /** Server actions live in ./actions — import them directly in client components. */
  2. export type {
  3. WorkbenchMessageResponse,
  4. WorkbenchScanPickBody,
  5. } from "./actions";