UNPKG

fui-fancyui

Version:
6 lines (5 loc) 97 B
export type IStatus = { isError: boolean; isSucceed: boolean; isLoading: boolean; };