Type Alias CommonAttrsResult

CommonAttrsResult: {
    attrObj: Record<string, string>;
    attrStr: string;
}