// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
/**
* SiPropFuncs track custom functions for for props created for all schema variants and not part
* of the domain tree (which varies for each variant). Currently these are the props under the
* /root/si Object and also some props in the resource Object that are also invariant across
* schema variants but which can have custom functions
*/
export type SiPropFuncSpecKind = "color" | "name" | "resourcePayload";