Interface WorkspaceTrustRequestButton

interface WorkspaceTrustRequestButton {
    label: string;
    type: "Cancel" | "ContinueWithTrust" | "ContinueWithoutTrust" | "Manage";
}

Properties

Properties

label: string
type: "Cancel" | "ContinueWithTrust" | "ContinueWithoutTrust" | "Manage"