Skip to content

Type Alias: SshPublicKeyParseErrorCode

ts
type SshPublicKeyParseErrorCode = "INVALID_KEY" | "TOO_MANY_KEYS" | "KEY_SET_TOO_LARGE";