import type { PrincipalV3 } from '../schemas/PrincipalV3'; import type { PageInfoV3 } from '../schemas/PageInfoV3'; export interface ListPrincipalsResponseBodyV3 extends PageInfoV3 { items: PrincipalV3[]; }