This repository has been archived on 2026-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
ServerSpacebarOld/src/util/schemas/responses/InstanceDomainsResponse.ts
2023-04-13 15:32:04 -04:00

7 lines
127 B
TypeScript

export interface InstanceDomainsResponse {
cdn: string;
gateway: string;
defaultApiVersion: string;
apiEndpoint: string;
}