Helper type to remove index signatures from a type. This is needed because Tables extends Record<string, ...> which adds an index signature.
Helper type to remove index signatures from a type. This is needed because Tables extends Record<string, ...> which adds an index signature.