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