Interface GlobalButton

interface GlobalButton {
    title: string;
    type: string;
}

Properties

Properties

title: string
type: string