interface BlockChange {
    account_id: string;
    type: string;
}

Properties

Properties

account_id: string
type: string