Scripting Object APItype-aliasesPostClosingConditionsOn this pagePostClosingConditions type PostClosingConditions = { access: boolean; rights: string[];}; Properties access access: boolean; rights rights: string[];