UNPKG

@userfrosting/sprinkle-core

Version:
9 lines (8 loc) 156 B
/** * Interfaces - What the API expects and what it returns * * Generic API Response interface. */ export interface ApiResponse { message: string }