mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-15 22:38:47 +00:00
카테고리 페이지의 주요 요소를 별도 컴포넌트로 분리
This commit is contained in:
13
src/lib/organisms/Category/service.ts
Normal file
13
src/lib/organisms/Category/service.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export interface SelectedSubCategory {
|
||||
id: number;
|
||||
dataKey: CryptoKey;
|
||||
dataKeyVersion: Date;
|
||||
name: string;
|
||||
}
|
||||
|
||||
export interface SelectedFile {
|
||||
id: number;
|
||||
dataKey: CryptoKey;
|
||||
dataKeyVersion: Date;
|
||||
name: string;
|
||||
}
|
||||
Reference in New Issue
Block a user