import type { TagModel } from "./TagModel"; export type TagResponse = { data: Array; /** * Pagination token */ next_token?: string; };