캘린더 수정

This commit is contained in:
focp212@naver.com
2025-09-15 11:12:30 +09:00
parent 601f92369c
commit 42a3892e30
4 changed files with 92 additions and 21 deletions

View File

@@ -14,6 +14,10 @@ export enum FilterDateOptions {
Month = 'Month',
Input = 'Input'
};
export enum CalendarType {
Start = 'Start',
End = 'End'
};
export interface DefaultRequestPagination {
cursor: string;
size: number;