UNPKG

@bit-ui-libs/common

Version:
5 lines 102 B
export interface ApiResponse<TData = object> { status: boolean; data: TData; message?: string; }