GetStaticPathsItem: {
    params: {
        [K in keyof Params]: Params[K] | number
    };
    props?: Props;
}

Type declaration