Gets the keys from a given record object, properly typed to be an array of the key of the input object's type.
The type of the input object.
The record to get the keys from.
An array with all the keys of the input object in string form, but properly typed as keyof InputRecordType.
keyof InputRecordType
Gets the keys from a given record object, properly typed to be an array of the key of the input object's type.