Interface WorkspaceTrustRequestButton

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

Properties

Properties

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