mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2025-08-26 18:52:39 +03:00
3 lines
171 B
TypeScript
3 lines
171 B
TypeScript
export declare type SignType = 'CAdES BES' | 'CAdES-X Long Type 1' | 'CAdES T' | 'PKCS7';
|
|
export declare const getSignType: (cadesplugin: any, signType: SignType) => any;
|