Package version:

Interface GetFaceLists200Response

A successful call returns an array of Face Lists.

interface GetFaceLists200Response {
    body: Array<FaceListItemOutput>;
    status: "200";
}

Hierarchy

  • unknown
    • GetFaceLists200Response

Properties

Properties

body: Array<FaceListItemOutput>
status: "200"