torque-pro-assistant - v1.0.0
    Preparing search index...
    interface DeleteDialogProps {
        meta: SessionMeta;
        onCancel: () => void;
        onConfirm: () => void;
        testId?: string;
    }
    Index

    Properties

    onCancel: () => void
    onConfirm: () => void
    testId?: string