/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ /** * Match the payload of the signal */ export type ActionsSchemaMatchPayload = { [key: string]: unknown };