This commit is contained in:
Felix Ableitner 2024-11-26 11:37:02 +01:00
parent 35f6ca5a14
commit 444b837cba

View file

@ -0,0 +1,6 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { InstanceId } from "./InstanceId";
export type InstanceIdOrDomain =
| { InstanceId: InstanceId }
| { Domain: string };