Type Alias VariableListData

type VariableListData = {
    tags: string[];
}
Index
tags: string[]