캘린더 수정
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user