1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 05:15:34 -04:00

clean up strict types a bit more

This commit is contained in:
2022-06-13 12:01:35 -04:00
parent 1776173cab
commit a63ea35463
15 changed files with 363 additions and 53 deletions

View File

@@ -16,7 +16,7 @@ export type BuildFeedOptions = {
export const buildFeed = async (
context: GetServerSidePropsContext<ParsedUrlQuery, PreviewData>,
options: BuildFeedOptions
): Promise<{ props: { [key: string]: unknown } }> => {
): Promise<{ props: Record<string, unknown> }> => {
const { res } = context;
// https://github.com/jpmonette/feed#example