/** * Data to submit to a context instance. Keys should match the context schema fields. */ export type SubmitContextDataRequest = Record;