Skip to content

Commit 295b8c0

Browse files
committed
docs(stringify): add comment
1 parent 5f1bba4 commit 295b8c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stringify.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { duplicate } from "./utils.ts";
66
import { Msg } from "./constants.ts";
77
import type { Authorization, AuthParams } from "./types.ts";
88

9+
/** {@link Authorization} like API. */
910
export interface AuthorizationLike
1011
extends
1112
Pick<Authorization, "authScheme">,

0 commit comments

Comments
 (0)