File

src/auth/module/interfaces/ialert.interface.ts

Index

Properties

Properties

id
id: number
Type : number
message
message: string
Type : string
type
type: string
Type : string
export interface IAlert {
  id: number;
  type: string;
  message: string;
}

result-matching ""

    No results matching ""