Variable ConfigPkiKeysEd25519SchemaConst
ConfigPkiKeysEd25519Schema: ZodObject<
{
algo: ZodLiteral<"ed25519">;
encoding: ZodUnion<[ZodLiteral<"pem">, ZodLiteral<"der">]>;
},
"strip",
ZodTypeAny,
{ algo: "ed25519"; encoding: "pem"
| "der" },
{ algo: "ed25519"; encoding: "pem" | "der" },
> = ...
Ed25519 key configuration schema (algo: 'ed25519')