Type Alias NostoCategoryProps

NostoCategoryProps: {
    category: string;
    placements?: string[];
}