import { Parts } from './Parts.type.js';

type Limits = {
    [Key in keyof Parts]: number;
};

export type { Limits };
