(id: string)
| 219 | } |
| 220 | |
| 221 | export function getComplianceCreative(id: string): CreativeState | undefined { |
| 222 | return getComplianceCreatives().find(c => c.creativeId === id); |
| 223 | } |
| 224 | |
| 225 | /** |
| 226 | * Serialize a SessionState via the SDK's `structuredSerialize` (tagged |
no test coverage detected