Something like this should work: ```let serviceAc...
# general
a
Something like this should work:
Copy code
let serviceAccountPrivateKey: TypeOfThePrivateKeyType;

if (config.createServiceAccount) { ... }

export serviceAccountPrivateKey;