Type Alias NostoOrderProps

NostoOrderProps: {
    order: Order | ToCamelCase<Order>;
    placements?: string[];
}