interface ListLanguageProfilesResponseimport { type ListLanguageProfilesResponse } from "https://deno.land/x/yextpages@pages@1.0.0-beta.24/slugManager/api.ts"; Type ParametersEntityTypePropertiesprofileLists: { profiles: EntityType[]; }[]count: numberoptionalpageToken: string