Interface: Modlog
Defined in: src/types/index.ts:86
Extends
output<typeofschemas.Modlog>
Properties
| Property | Type | Default value | Inherited from | Defined in |
|---|---|---|---|---|
expires_at? | string | undefined | z.infer.expires_at | src/schemas/GetModlogResponse.ts:31 |
id | number | undefined | z.infer.id | src/schemas/GetModlogResponse.ts:32 |
is_revert | boolean | undefined | z.infer.is_revert | src/schemas/GetModlogResponse.ts:33 |
kind | | "admin_add" | "admin_ban" | "admin_feature_post_site" | "admin_purge_comment" | "admin_purge_community" | "admin_purge_person" | "admin_purge_post" | "admin_remove_community" | "mod_add_to_community" | "mod_ban_from_community" | "mod_change_community_visibility" | "mod_feature_post_community" | "mod_lock_comment" | "mod_lock_post" | "mod_remove_comment" | "mod_remove_post" | "mod_transfer_community" | "mod_warn_comment" | "mod_warn_post" | ModlogKind | z.infer.kind | src/schemas/GetModlogResponse.ts:34 |
published_at | string | undefined | z.infer.published_at | src/schemas/GetModlogResponse.ts:35 |
reason? | string | undefined | z.infer.reason | src/schemas/GetModlogResponse.ts:36 |
