UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

11 lines (9 loc) 206 B
type ValidityTime = { valid_from?: string, valid_until?: string, decision_time?: { decision_from: string, close_after?: boolean }, }; export default ValidityTime;