Interface: LocalSite
Defined in: src/types/index.ts:84
Extends
output<typeofschemas.LocalSite>
Properties
| Property | Type | Default value | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
application_question? | string | undefined | An optional registration application questionnaire in markdown. | z.infer.application_question | src/schemas/GetSiteResponse.ts:32 |
captcha_enabled | boolean | undefined | - | z.infer.captcha_enabled | src/schemas/GetSiteResponse.ts:33 |
comment_downvotes | "local" | "all" | "disable" | FederationMode | What kind of comment downvotes your site allows. | z.infer.comment_downvotes | src/schemas/GetSiteResponse.ts:37 |
comment_upvotes | "local" | "all" | "disable" | FederationMode | What kind of comment upvotes your site allows. | z.infer.comment_upvotes | src/schemas/GetSiteResponse.ts:41 |
comments | number | undefined | - | z.infer.comments | src/schemas/GetSiteResponse.ts:42 |
communities | number | undefined | - | z.infer.communities | src/schemas/GetSiteResponse.ts:43 |
email_verification_required | boolean | undefined | - | z.infer.email_verification_required | src/schemas/GetSiteResponse.ts:44 |
legal_information? | string | undefined | - | z.infer.legal_information | src/schemas/GetSiteResponse.ts:45 |
post_downvotes | "local" | "all" | "disable" | FederationMode | What kind of post downvotes your site allows. | z.infer.post_downvotes | src/schemas/GetSiteResponse.ts:49 |
post_upvotes | "local" | "all" | "disable" | FederationMode | What kind of post upvotes your site allows. | z.infer.post_upvotes | src/schemas/GetSiteResponse.ts:53 |
posts | number | undefined | - | z.infer.posts | src/schemas/GetSiteResponse.ts:54 |
registration_mode | "closed" | "require_application" | "open" | RegistrationMode | - | z.infer.registration_mode | src/schemas/GetSiteResponse.ts:55 |
users | number | undefined | - | z.infer.users | src/schemas/GetSiteResponse.ts:56 |
users_active_day | number | undefined | - | z.infer.users_active_day | src/schemas/GetSiteResponse.ts:57 |
users_active_half_year | number | undefined | - | z.infer.users_active_half_year | src/schemas/GetSiteResponse.ts:58 |
users_active_month | number | undefined | - | z.infer.users_active_month | src/schemas/GetSiteResponse.ts:59 |
users_active_week | number | undefined | - | z.infer.users_active_week | src/schemas/GetSiteResponse.ts:60 |
