interface Twitter {
    card: Card;
    maxlength: number;
    placeholder: string;
    text: string;
}

Properties

card: Card
maxlength: number
placeholder: string
text: string