GMetaResult: {
    entries: {
        content: Record<string, unknown>;
        entry_id: string;
        matched_principal_sets: MatchedPrincipalSets;
    }[];
    subject: string;
}

Type declaration

  • entries: {
        content: Record<string, unknown>;
        entry_id: string;
        matched_principal_sets: MatchedPrincipalSets;
    }[]
  • subject: string