UNPKG

yao-app-ts-types

Version:

typescript types for yao application

14 lines (13 loc) 174 B
export default interface Messages { table: { search: string save: { loading: string success: string } delete: { loading: string success: string } } }