/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Serializer for prompt facets */ export type PromptFacet = { /** * Total number of prompts in this facet */ total: number; /** * Terms and their counts in this facet */ terms: Record; /** * Count of prompts not in any term */ other: number; };