feat: update api-report

Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com>
This commit is contained in:
Rogerio Angeliski
2022-04-28 11:28:52 -03:00
committed by blam
parent d750e3a97f
commit eb0f2f1a5e
+2
View File
@@ -15,6 +15,8 @@ export type TaskSpec = TaskSpecV1beta3;
// @public
export interface TaskSpecV1beta3 {
apiVersion: 'scaffolder.backstage.io/v1beta3';
// (undocumented)
createdBy?: string;
output: {
[name: string]: JsonValue;
};