fix(core): update

This commit is contained in:
Philipp Kunz 2024-02-23 16:00:36 +01:00
parent b3d8dd1573
commit 268df991c4
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@api.global/typedrequest-interfaces',
version: '3.0.10',
version: '3.0.11',
description: 'interfaces for making typed requests'
}

View File

@ -106,7 +106,7 @@ export interface IUnifiedStreamDataPackage {
/**
* feedback message
*/
feedback: {
feedback?: {
message?: string;
data?: any;
sha265?: string;