mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
91dddc439f
This resolves possible confusion between iceshrimp-js (this project) and iceshrimp-sdk (the package)
43 lines
1.3 KiB
Markdown
43 lines
1.3 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [iceshrimp-sdk](./iceshrimp-sdk.md) > [entities](./iceshrimp-sdk.entities.md) > [LiteInstanceMetadata](./iceshrimp-sdk.entities.liteinstancemetadata.md)
|
|
|
|
## entities.LiteInstanceMetadata type
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export type LiteInstanceMetadata = {
|
|
maintainerName: string | null;
|
|
maintainerEmail: string | null;
|
|
version: string;
|
|
name: string | null;
|
|
uri: string;
|
|
description: string | null;
|
|
tosUrl: string | null;
|
|
disableRegistration: boolean;
|
|
disableLocalTimeline: boolean;
|
|
disableRecommendedTimeline: boolean;
|
|
disableGlobalTimeline: boolean;
|
|
driveCapacityPerLocalUserMb: number;
|
|
driveCapacityPerRemoteUserMb: number;
|
|
enableHcaptcha: boolean;
|
|
hcaptchaSiteKey: string | null;
|
|
enableRecaptcha: boolean;
|
|
recaptchaSiteKey: string | null;
|
|
swPublickey: string | null;
|
|
maxNoteTextLength: number;
|
|
enableEmail: boolean;
|
|
enableGithubIntegration: boolean;
|
|
enableDiscordIntegration: boolean;
|
|
searchEngine: string;
|
|
emojis: CustomEmoji[];
|
|
images: {
|
|
error: string;
|
|
notFound: string;
|
|
info: string;
|
|
};
|
|
};
|
|
```
|
|
**References:** [CustomEmoji](./iceshrimp-sdk.entities.customemoji.md)
|
|
|