Type alias JSONPODDateValue

JSONPODDateValue: {
    date: string;
}

JSONPODValue type for date entries. These must always use an explicit typed object containing an ISO string encoding of the date, which must use the Z suffix for UTC.

Type declaration

  • date: string

Generated using TypeDoc