47 lines
1.3 KiB
Markdown
47 lines
1.3 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [calckey-js](./calckey-js.md) > [entities](./calckey-js.entities.md) > [LiteInstanceMetadata](./calckey-js.entities.liteinstancemetadata.md)
|
||
|
|
||
|
## entities.LiteInstanceMetadata type
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
export declare 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;
|
||
|
enableTwitterIntegration: boolean;
|
||
|
enableGithubIntegration: boolean;
|
||
|
enableDiscordIntegration: boolean;
|
||
|
enableServiceWorker: boolean;
|
||
|
emojis: CustomEmoji[];
|
||
|
ads: {
|
||
|
id: ID;
|
||
|
ratio: number;
|
||
|
place: string;
|
||
|
url: string;
|
||
|
imageUrl: string;
|
||
|
}[];
|
||
|
};
|
||
|
```
|
||
|
**References:** [CustomEmoji](./calckey-js.entities.customemoji.md)<!-- -->, [ID](./calckey-js.entities.id.md)
|
||
|
|