()
| 39 | |
| 40 | /** A fresh, empty header placement — the default first row in an editor. */ |
| 41 | export const emptyPlacement = (): Placement => ({ carrier: "header", name: "", prefix: "" }); |
| 42 | |
| 43 | /** What an auth method is, presentationally. `kind` drives the credential UI: |
| 44 | * `oauth` shows a Connect button, `none` creates a connection with no |
no outgoing calls
no test coverage detected