UNPKG

@sap_oss/wdio-qmate-service

Version:

[![REUSE status](https://api.reuse.software/badge/github.com/SAP/wdio-qmate-service)](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[![Node.js CI](https://github.com/SAP/wdio-qmate-service/actions/workflows/node.js.yml/badge.svg)](http

11 lines (10 loc) 291 B
export type AlignmentValues = "start" | "center" | "end" | "nearest"; export type AlignmentOptions = { block: AlignmentValues; inline: AlignmentValues; }; export type DecryptionOptions = { useBase64Input?: boolean; useBase64Output?: boolean; includeRepoUrl?: boolean; };