From dd1e64dd74444f914abf76a4d4b957a0ca2c97b4 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 22 Jul 2024 16:01:18 -0700 Subject: refactor(Data): rename awc module --- src/lib/Data/awc.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/lib/Data/awc.ts (limited to 'src/lib/Data/awc.ts') diff --git a/src/lib/Data/awc.ts b/src/lib/Data/awc.ts new file mode 100644 index 00000000..1237eaa0 --- /dev/null +++ b/src/lib/Data/awc.ts @@ -0,0 +1,12 @@ +export interface AWCBadge { + link: string; + description: string; + image: string; + source: string; + designer: string; +} + +export interface AWCBadgesGroup { + group: string; + badges: AWCBadge[]; +} -- cgit v1.2.3