@juki-team/commons - v0.1.10
    Preparing search index...

    Interface UnsubscribeSubmissionRunStatusWebSocketEventDTO

    interface UnsubscribeSubmissionRunStatusWebSocketEventDTO {
        clientId: `${string & { length: 24 }}|${string}`;
        event: UNSUBSCRIBE_SUBMISSION_RUN_STATUS;
        submitId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    clientId: `${string & { length: 24 }}|${string}`
    submitId: string