/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type PromptCategory = { readonly id: number; name: string; description?: string | null; readonly created_at: string | null; readonly updated_at: string | null; };