/**
 * This file was auto-generated by Fern from our API Definition.
 */
export type Datetime = 
/**
 * A date and time following the ISO8601 notation. */
string
/**
 * A date and time as UNIX timestamp notation. */
 | number;
