Commit 7813ebcf authored by Lê Bảo Hồng Đức's avatar Lê Bảo Hồng Đức

[tag]0.1-vcci

parent 822bcde1
Pipeline #50716 passed with stages
in 2 minutes and 46 seconds
"use client";
// ---------------------------------------------------------------------------
// Storage keys
// ---------------------------------------------------------------------------
export const MEMBER_STORAGE_KEY = "vcci-news.admin-members.data.v1";
export const MEMBER_FIELD_STORAGE_KEY = "vcci-news.admin-member-fields.data.v1";
export const MEMBER_REGION_STORAGE_KEY = "vcci-news.admin-member-regions.data.v1";
// ---------------------------------------------------------------------------
// Types
// ---------------------------------------------------------------------------
export interface MemberField {
id: string;
name: string;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment