export const foo = { a: 1, b: "bar", c: true, } satisfies { a: number, b: string, c: boolean, };