22 lines
593 B
Markdown
22 lines
593 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [calckey-js](./calckey-js.md) > [entities](./calckey-js.entities.md) > [Announcement](./calckey-js.entities.announcement.md)
|
||
|
|
||
|
## entities.Announcement type
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
export declare type Announcement = {
|
||
|
id: ID;
|
||
|
createdAt: DateString;
|
||
|
updatedAt: DateString | null;
|
||
|
text: string;
|
||
|
title: string;
|
||
|
imageUrl: string | null;
|
||
|
isRead?: boolean;
|
||
|
};
|
||
|
```
|
||
|
**References:** [ID](./calckey-js.entities.id.md)<!-- -->, [DateString](./calckey-js.entities.datestring.md)
|
||
|
|