필터
This commit is contained in:
@@ -2,6 +2,12 @@ export enum SuccessResult {
|
||||
SUCCESS = 'SUCCESS',
|
||||
FAIL = 'FAIL'
|
||||
};
|
||||
export enum FilterDateOptions {
|
||||
Today = 'Today',
|
||||
Week = 'Week',
|
||||
Month = 'Month',
|
||||
Input = 'Input'
|
||||
};
|
||||
export interface DefaultRequestPagination {
|
||||
cursor: string;
|
||||
size: number;
|
||||
|
||||
Reference in New Issue
Block a user