export type FilterOptions = { /** * The reason shown to moderators in the moderation queue. If {@link keep} is * `true`, the reason is also shown on the post or comment. * * @example "contains sensitive content" */ reason?: string; /** * Whether the post or comment remains visible while it is in the moderation * queue. Defaults to `false`. */ keep?: boolean; }; //# sourceMappingURL=filterThing.d.ts.map