prorm API Reference
    Preparing search index...

    Interface RegionConfig

    Configuration for a region

    interface RegionConfig {
        adequateProtection: boolean;
        regulations: string[];
        restrictions?: string[];
        requirements?: Record<string, any>;
    }
    Index
    adequateProtection: boolean

    Whether the region has adequate data protection

    regulations: string[]

    Regulatory frameworks applicable

    restrictions?: string[]

    Additional restrictions

    requirements?: Record<string, any>

    Custom requirements