File

src/app/models/Notice.ts

Index

Properties

Properties

expiration
expiration: number
Type : number
message
message: string
Type : string
published
published: string
Type : string
title
title: string
Type : string
topic
topic: string
Type : string
export interface Notice {
  expiration: number;
  message: string;
  published: string;
  title: string;
  topic: string;
}

result-matching ""

    No results matching ""