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

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

export type { Limits };
