InternalKeygenOptions: Required<Omit<KeygenOptions, "filePattern">> & {
    filePattern: string | undefined;
}

Internal key generator options