FPSMS-frontend
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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";