export interface IntAttrBindingPayload { attr: string; value: string | number | null | undefined; }