@sumup/sdk
Version:
The official TypeScript SDK for the SumUp API
13 lines • 529 B
TypeScript
export type Timestamps = {
/**
* The date and time when the resource was created. This is a string as defined in [RFC 3339, section 5.6](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6).
*
*/
readonly created_at: string;
/**
* The date and time when the resource was last updated. This is a string as defined in [RFC 3339, section 5.6](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6).
*
*/
readonly updated_at: string;
};
//# sourceMappingURL=timestamps.d.ts.map