/**
 * Filter data equal to or before this time in RFC-3339 format. Fractions of a second are not accepted.
 */
export type end = string;
