Type alias DataManagerDateTimeFilter

DataManagerDateTimeFilter: {
    $eq?: string;
    $gt?: string;
    $gte?: string;
    $lt?: string;
    $lte?: string;
}

Type declaration

  • Optional $eq?: string

    Equal to

  • Optional $gt?: string

    Greater than

  • Optional $gte?: string

    Greater than or Equal to

  • Optional $lt?: string

    Less than

  • Optional $lte?: string

    Less than or Equal to