29 lines
573 B
TypeScript
29 lines
573 B
TypeScript
/* eslint-disable */
|
|
|
|
export const loosings = [
|
|
{
|
|
id: '1',
|
|
startDate: '2022-06-01 15:38',
|
|
endDate: '2022-06-12 15:38',
|
|
registDate: '2022-06-12 15:38',
|
|
defaultCount: '15',
|
|
loosingCount: '15',
|
|
},
|
|
{
|
|
id: '2',
|
|
startDate: '2022-06-01 15:38',
|
|
endDate: '2022-06-12 15:38',
|
|
registDate: '2022-06-12 15:38',
|
|
defaultCount: '14',
|
|
loosingCount: '16',
|
|
},
|
|
{
|
|
id: '3',
|
|
startDate: '2022-06-01 15:38',
|
|
endDate: '2022-06-12 15:38',
|
|
registDate: '2022-06-12 15:38',
|
|
defaultCount: '12',
|
|
loosingCount: '11',
|
|
},
|
|
];
|