In `types/InvocationContext.d.ts/TriggerMetadata` is just a Record. Can it be expanded to be more specific for the blob it should be based on? ``` /** * Metadata related to the input that triggered your function */ export type TriggerMetadata = Record<string, unknown>; ```