mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 22:25:24 +00:00
Setted Certificates to accept signerKey also as a string
This commit is contained in:
@@ -13,7 +13,7 @@ export interface Certificates {
|
|||||||
signerKey?: {
|
signerKey?: {
|
||||||
keyFile: string;
|
keyFile: string;
|
||||||
passphrase?: string;
|
passphrase?: string;
|
||||||
};
|
} | string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface FactoryOptions {
|
export interface FactoryOptions {
|
||||||
|
|||||||
Reference in New Issue
Block a user