UNPKG

yao-app-ts-types

Version:

typescript types for yao application

10 lines (9 loc) 232 B
export namespace YaoMapping { // Mapping common export interface Mapping { filters: { [key: string]: string }; columns: { [key: string]: string }; actions: { [key: string]: string }; } } export default YaoMapping;