diff --git a/src/mocks/documentCard.ts b/src/mocks/documentCard.ts index 90070cf8..09086747 100644 --- a/src/mocks/documentCard.ts +++ b/src/mocks/documentCard.ts @@ -2,6 +2,7 @@ import { DocumentList } from '@/types'; const documentCardData: DocumentList[] = [ { + teamId: 1, id: 1, title: '자료이름1', description: '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.', @@ -18,6 +19,7 @@ const documentCardData: DocumentList[] = [ type: 'IMAGE', }, { + teamId: 1, id: 2, title: '자료이름2', description: '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.', @@ -34,6 +36,7 @@ const documentCardData: DocumentList[] = [ type: 'IMAGE', }, { + teamId: 1, id: 3, title: '자료이름3', description: '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.', @@ -51,6 +54,7 @@ const documentCardData: DocumentList[] = [ }, { + teamId: 1, id: 4, title: '자료이름4', description: '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.', @@ -67,6 +71,7 @@ const documentCardData: DocumentList[] = [ type: 'IMAGE', }, { + teamId: 1, id: 5, title: '자료이름5', description: '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.', @@ -84,6 +89,7 @@ const documentCardData: DocumentList[] = [ }, { + teamId: 1, id: 6, title: '자료이름6', description: '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.', @@ -100,6 +106,7 @@ const documentCardData: DocumentList[] = [ type: 'IMAGE', }, { + teamId: 1, id: 7, title: '자료이름7', description: '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.', @@ -116,6 +123,7 @@ const documentCardData: DocumentList[] = [ type: 'IMAGE', }, { + teamId: 1, id: 8, title: '자료이름8', description: '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.', diff --git a/src/mocks/documentCardAll.ts b/src/mocks/documentCardAll.ts index 32731345..40a0e3e2 100644 --- a/src/mocks/documentCardAll.ts +++ b/src/mocks/documentCardAll.ts @@ -2,6 +2,7 @@ import { DocumentList } from '@/types'; const documentCardDataAll: DocumentList[] = [ { + teamId: 1, id: 1, title: '자료이름1', description: '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.', @@ -17,6 +18,7 @@ const documentCardDataAll: DocumentList[] = [ type: 'IMAGE', }, { + teamId: 1, id: 2, title: '자료이름2', description: '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.', @@ -32,6 +34,7 @@ const documentCardDataAll: DocumentList[] = [ type: 'IMAGE', }, { + teamId: 1, id: 3, title: '자료이름3', description: '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.', @@ -47,6 +50,7 @@ const documentCardDataAll: DocumentList[] = [ type: 'IMAGE', }, { + teamId: 1, id: 4, title: '자료이름4', description: '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.', @@ -62,6 +66,7 @@ const documentCardDataAll: DocumentList[] = [ type: 'IMAGE', }, { + teamId: 1, id: 5, title: '자료이름5', description: '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.', @@ -77,6 +82,7 @@ const documentCardDataAll: DocumentList[] = [ type: 'IMAGE', }, { + teamId: 1, id: 6, title: '자료이름6', description: '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.', @@ -92,6 +98,7 @@ const documentCardDataAll: DocumentList[] = [ type: 'IMAGE', }, { + teamId: 1, id: 7, title: '자료이름7', description: '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.', @@ -107,6 +114,7 @@ const documentCardDataAll: DocumentList[] = [ type: 'IMAGE', }, { + teamId: 1, id: 8, title: '자료이름8', description: '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.', @@ -122,6 +130,7 @@ const documentCardDataAll: DocumentList[] = [ type: 'IMAGE', }, { + teamId: 1, id: 9, title: '자료이름9', description: '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.', @@ -137,6 +146,7 @@ const documentCardDataAll: DocumentList[] = [ type: 'IMAGE', }, { + teamId: 1, id: 10, title: '자료이름10', description: '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.', @@ -152,6 +162,7 @@ const documentCardDataAll: DocumentList[] = [ type: 'IMAGE', }, { + teamId: 1, id: 11, title: '자료이름11', description: '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.', @@ -167,6 +178,7 @@ const documentCardDataAll: DocumentList[] = [ type: 'IMAGE', }, { + teamId: 1, id: 12, title: '자료이름12', description: '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.',