UNPKG

@acadix/setup

Version:

Acadix Learning Management System backend application project setup

9 lines (8 loc) 223 B
export default interface OutputResponse { message: string; data?: object | string | string[]; statusCode?: number; code?: number; token?: string; status?: "success" | "failed" | "pending"; }