ts: set binaryOutput type to Record<string, string>
This commit is contained in:
@@ -25,7 +25,7 @@ interface RunAttributes {
|
|||||||
log: string;
|
log: string;
|
||||||
runId: string;
|
runId: string;
|
||||||
serializableOutput: Record<string, any[]>;
|
serializableOutput: Record<string, any[]>;
|
||||||
binaryOutput: Record<string, any>;
|
binaryOutput: Record<string, string>;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface RunCreationAttributes extends Optional<RunAttributes, 'id'> { }
|
interface RunCreationAttributes extends Optional<RunAttributes, 'id'> { }
|
||||||
|
|||||||
Reference in New Issue
Block a user