export type ApacuanaSuccess = import("../success").ApacuanaSuccess; export type CreateFaceLivenessSessionData = { /** * - The session ID for the face liveness check. */ sessionId: string; }; export type CreateFaceLivenessSessionResponse = { success: true; data: CreateFaceLivenessSessionData; };