Skip to content

Commit 75fb994

Browse files
committed
📚 Update docs (#1445)
1 parent 15581f7 commit 75fb994

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: src/lib/types/contest.ts

+5
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ export type ContestType = ContestTypeOrigin;
5454
* @interface ContestPrefix
5555
* @property {string} [key] - The contest ID.
5656
* @property {string} [key: string] - The contest name associated with the contest ID.
57+
* @example
58+
* {
59+
* "abc001": "AtCoder Beginner Contest 001",
60+
* "arc123": "AtCoder Regular Contest 123"
61+
* }
5762
*/
5863
export interface ContestPrefix {
5964
[key: string]: string;

0 commit comments

Comments
 (0)