// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { ActionFuncSpecKind } from "./ActionFuncSpecKind";
export type ActionFuncSpec = {
funcUniqueId: string;
name: string | null;
kind: ActionFuncSpecKind;
uniqueId: string | null;
deleted: boolean;
};