common.interface.ts 72 bytes
export interface Response {
    success: boolean,
    message: string,