mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-12-05 02:31:12 +00:00
add file
This commit is contained in:
parent
35f6ca5a14
commit
444b837cba
1 changed files with 6 additions and 0 deletions
6
src/types/InstanceIdOrDomain.ts
Normal file
6
src/types/InstanceIdOrDomain.ts
Normal 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 };
|
Loading…
Reference in a new issue