Backstage
    Preparing search index...

    The input options to the streamLogs method of the ScaffolderClient.

    interface ScaffolderStreamLogsOptions {
        after?: number;
        isTaskRecoverable?: boolean;
        taskId: string;
    }
    Index

    Properties

    after?: number
    isTaskRecoverable?: boolean
    taskId: string