Type Alias VariableListData

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

Properties

Properties

tags: string[]