Type alias DateTimePartsFragment

DateTimePartsFragment: {
    __typename: "DateTime";
    iso8601: string;
    unixTimestamp: string;
}

Type declaration

  • __typename: "DateTime"
  • iso8601: string
  • unixTimestamp: string

Generated using TypeDoc