CaptureOptions: {
    screenshots?: {
        delayTimeInSeconds: number;
        publicUrl: string;
        signedUrl: string;
    }[];
}

Type declaration

  • Optional screenshots?: {
        delayTimeInSeconds: number;
        publicUrl: string;
        signedUrl: string;
    }[]