Documentation
    Preparing search index...
    Index

    Constructors

    Methods

    • Parameters

      • filters: {} = {}

      Returns Promise<
          {
              data: {
                  limit: any;
                  offset: any;
                  profiles: {
                      agency: { iata: any; id: any; name: any };
                      birthDate: any;
                      expiringDocuments: any[];
                      profileId: any;
                      profileType: string;
                      travelerName: any;
                  }[];
                  total: number;
              };
              success: boolean;
          },
      >