export interface ActionRegion {
    name: string;
    slug: string;
    features: string[];
    available: boolean;
    sizes: string[];
}
